Click here to Skip to main content
16,015,177 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionInsert and eject cd-rom by sendaspi32command? Pin
chen26-May-02 21:11
chen26-May-02 21:11 
AnswerRe: Insert and eject cd-rom by sendaspi32command? Pin
Mike Nordell27-May-02 21:14
Mike Nordell27-May-02 21:14 
GeneralBMP - GIF Pin
Sameer Maggon26-May-02 21:06
Sameer Maggon26-May-02 21:06 
GeneralRe: BMP - GIF [corrected] Pin
Joaquín M López Muñoz27-May-02 0:17
Joaquín M López Muñoz27-May-02 0:17 
GeneralRe: BMP - GIF [corrected] Pin
Sameer Maggon27-May-02 0:54
Sameer Maggon27-May-02 0:54 
GeneralRe: BMP - GIF [corrected] Pin
Joaquín M López Muñoz27-May-02 2:42
Joaquín M López Muñoz27-May-02 2:42 
GeneralISO9660 FS Pin
yamini26-May-02 20:47
yamini26-May-02 20:47 
GeneralRe: ISO9660 FS Pin
Mike Nordell27-May-02 21:26
Mike Nordell27-May-02 21:26 
From your explanation it sounds like what you try to accomplish is to write an ISO-9660 image. The file system driver for it is already provided by Microsoft. Smile | :)

You are right that mkisofs is written mainly for *nix, but it's works almost as good on Win32 (perhaps/probably equally well is compiled under cygwin). The tiny problem is with inodes used for hashing, why recursing directory trees can be a bit strange.

As for the syntax of how you invoke mkisofs, have you read any of the docs included? Let's say you want to create an image where the "volume name" is to be "Mush" and it is to be only used on Windows why a an additional Joliet directory but no Rock Ridge directory would suffice, and that CD is to have two files "foo" and "bar" in the root, and finally the image file is to be named barf.img.

mkisofs -V Mush -J -o barf.img foo bar
GeneralRe: ISO9660 FS Pin
yamini27-May-02 23:47
yamini27-May-02 23:47 
GeneralRe: ISO9660 FS Pin
yamini27-May-02 23:47
yamini27-May-02 23:47 
GeneralRe: ISO9660 FS Pin
Mike Nordell28-May-02 16:09
Mike Nordell28-May-02 16:09 
GeneralRe: ISO9660 FS Pin
yamini29-May-02 1:55
yamini29-May-02 1:55 
GeneralVisual Studio 6 Pin
Roger Broomfield26-May-02 20:48
Roger Broomfield26-May-02 20:48 
GeneralRe: Visual Studio 6 Pin
Alexandru Savescu27-May-02 3:05
Alexandru Savescu27-May-02 3:05 
GeneralRe: Visual Studio 6 Pin
Roger Broomfield27-May-02 11:48
Roger Broomfield27-May-02 11:48 
Generalenumeration of servers in a lan Pin
26-May-02 20:28
suss26-May-02 20:28 
GeneralRe: enumeration of servers in a lan Pin
Martin Ziacek26-May-02 23:20
Martin Ziacek26-May-02 23:20 
GeneralRe: enumeration of servers in a lan Pin
26-May-02 23:21
suss26-May-02 23:21 
GeneralRe: enumeration of servers in a lan Pin
Renjith Ramachandran27-May-02 0:01
Renjith Ramachandran27-May-02 0:01 
GeneralRe: enumeration of servers in a lan Pin
Martin Ziacek27-May-02 0:16
Martin Ziacek27-May-02 0:16 
GeneralRe: enumeration of servers in a lan Pin
27-May-02 21:50
suss27-May-02 21:50 
QuestionA bug in the GradientFill(…) function under WinMe? Pin
windeveloper26-May-02 19:35
windeveloper26-May-02 19:35 
GeneralApplication Starting - Restarting Pin
Sameer Maggon26-May-02 19:25
Sameer Maggon26-May-02 19:25 
GeneralRe: Application Starting - Restarting Pin
Nish Nishant26-May-02 19:46
sitebuilderNish Nishant26-May-02 19:46 
GeneralRe: Application Starting - Restarting Pin
Sameer Maggon26-May-02 19:52
Sameer Maggon26-May-02 19:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.