| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #1 (permalink) |
| CD Freaks Rookie Join Date: Sep 2005
Posts: 32
| Creating iso image Hi, now that my cd copying programm is able to copy several kinds of CDs/DVDs with TAO and DAO mode, I wanted to extend it to do audio/data CD mastering. I think audio is not that much difficult, but dealing with iso images seems to be so. My first attempts to burn some .jpg files were quite frustrating .Does anybody know a good code example (c/c++) or at least a tutorial to create an iso image from data stored on harddisc. Any help appreciated! Thanx in advance Tom |
| | |
| | #3 (permalink) |
| CD Freaks Rookie Join Date: Sep 2005 Location: UK
Posts: 34
| Re: Creating iso image And a few other links that might help you: http://www.ccs.neu.edu/home/bchafy/c...o.html#iso9660 Get the "ECMA-119.pdf", spec for ISO 9660. And you might want to look at the various "extensions" also on that page. http://www.ecma-international.org/pu...s/Ecma-119.htm http://www.cdroller.com/htm/readdata.html http://whatis.techtarget.com/definit...212402,00.html Writing your own ISO9660 + extensions image builder is quite a big task. Even if you follow the spec to the letter, you will find anomalies and only by testing toughly. My own code is a 92K of C++ file with a 15K header file. So if you can use the available open source projects do. If you end up writing your own, a tip is to use something like Nero Imagedrive to test. Build an ISO image then use Nero Imagedrive to load it as a drive, if it doesn't load or some folder/file is wrong when you open it, you know something is wrong. |
| | |
| | #4 (permalink) |
| CD Freaks Rookie Join Date: Sep 2005
Posts: 32
| Re: Creating iso image Hi persiankitty, hi Gav, thanx for your replies! I'll check your links, but as you say, it's a lot of work! Some month go i started diggin in the mmc drafts to do my own copying program from scratch and since I usually program rather small micros in embedded controls this was hard work for me, too. So I will take step by step! Thanx once more Tom |
| | |
| |
| |
![]() |
| If you can't find where you are looking for, then become a member and get an answer fast! We have thousands of people online every moment of the day to help you! Click here |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Creating an ISO image with NERO API | rboubaker | Nero SDK Discussion Forum | 1 | 09-11-2007 14:06 |
| Creating an ISO 9660 Image File C# | at2oo1 | Nero SDK Discussion Forum | 2 | 20-01-2005 12:06 |
| Creating an ISO image. | sam.wheale | Nero & InCD | 4 | 28-07-2004 11:28 |
| Creating ISO image file? | bernie01 | Burning Software | 1 | 04-08-2003 04:29 |
| Creating an ISO image with Nero | dennis77 | Burning Software | 2 | 31-08-2002 23:28 |