| View previous topic :: View next topic |
| Author |
Message |
Greg Stantin Guest
|
Posted: Sun Apr 25, 2004 3:27 pm Post subject: ISO image |
|
|
Does anyone have any source code that shows how to create
an .iso file? That is compatible with these programs that opens
iso files?
Thanks.
|
|
| Back to top |
|
 |
john blackburn Guest
|
Posted: Sun Apr 25, 2004 4:26 pm Post subject: Re: ISO image |
|
|
Greg Stantin wrote:
| Quote: | Does anyone have any source code that shows how to create
an .iso file? That is compatible with these programs that opens
iso files?
Thanks.
|
I don't know whether this will be of help but why don't you look at linux
opensource code for the command "mkisofs" that may give you a clue.
Well just an idea.
John
|
|
| Back to top |
|
 |
Greg Stantin Guest
|
Posted: Sun Apr 25, 2004 4:29 pm Post subject: Re: ISO image |
|
|
| Quote: | I don't know whether this will be of help but why don't you look at linux
opensource code for the command "mkisofs" that may give you a clue.
|
Thanks John.
|
|
| Back to top |
|
 |
Andrue Cope Guest
|
Posted: Mon Apr 26, 2004 8:11 am Post subject: Re: ISO image |
|
|
On Sun, 25 Apr 2004 10:27:23 -0500, Greg Stantin wrote:
| Quote: | Does anyone have any source code that shows how to create
an .iso file? That is compatible with these programs that opens
iso files?
Thanks.
|
http://www.ecma-international.org/publications/standards/Ecma-119.htm
This doesn't cover Joliet but that is quite simple. Joliet has an extra
supplementary Voume Descriptor Block containing Unicode strings and a
different root directory starting location. The directory structure is the
same except that the names are also Unicode.
Good luck, BTW. There's something of a chicken-and-egg issue when
generating ISO volumes. You don't know where to put the data until you've
written the directory and you can't write the directory until you know
where the data is going
--
Andrue Cope
[Bicester UK]
|
|
| Back to top |
|
 |
|