| |||||||
| Commercial message | |
| | |
| Nero SDK Discussion Forum This is the official support forum for the Nero Software Development Kit (SDK). The forum is monitored by Ahead engineers |
![]() |
| | Thread Tools |
| | #1 (permalink) |
| New on Forum Join Date: Jun 2003
Posts: 3
| Multisession CD In a Application which data burn to a multisession CD, i tried to use the Nero API. After reading the documentation and some tests , i never found a possibility to create a multisession CD respectively to continue. After burn the first session provide NERO the following Message during import the previous Track "The Track you selected was not created using Nero's multisession option, References to you local files cannot be automatically restored". I created my application based on then neroFiddles sample application. Is there any sample code to burn, import and continue a multisession Data CD ? Regards Arno |
| | |
| | #3 (permalink) |
| Nero Developer Join Date: Jun 2003
Posts: 209
| > Is there any sample code to burn, import and continue a multisession Data CD ? Yes, please have a look at the NeroCMD code. Importing is done in IsoTrack.cpp with NeroImportIsoTrackEx. To continue a multisession disc you just have to import the session you want to continue and add the resulting NERO_ISO_ITEM to the root of your NERO_ISO_ITEM tree. To burn the disc with the possibility to later continue it, add the flag NBF_CLOSE_SESSION to dwFlags in NeroBurn. > After burn the first session provide NERO the following Message during import the previous Track "The Track you selected was not created using Nero's multisession option, References to you local files cannot be automatically restored". The message just indicates that the multisession disc is not written with Nero. This is, because Nero writes additional information on multisession discs which allows it to offer some options like updating files on the disc if the content has changed, etc. NeroAPI does not write this information on the disc. But you can nevertheless continue a multisession disc written with NeroAPI with Nero. |
| | |
| | #5 (permalink) |
| New on Forum Join Date: Jul 2003
Posts: 4
| Importing Files from previous sessions in NeroApi.h I am currently using the Nero 5.5 Burning ROM Demo version. FYI, I am using DVD-R media and a SONY DRU DVD writer. I have done my program in Visual C++ 6.0 SP5 in windows 2000 OS. Problem:- I need to import the files from the previous sessions while I burn the DVD using NeroApi. I accomplished this using --import "Directory Name" in NeroCmd. But how can I do this in NeroAPI? Can you give me some sample code which includes the data from the previous session and writes the data to this session in the close-session option? Thanks a lot and your help is really appreciated. Regards, Krishna prasad. |
| | |
| | #7 (permalink) | |
| New on Forum Join Date: Mar 2004
Posts: 5
| Quote:
I need to update already existing files, so it would be nice to know, what information has to be written additionally. Thanks in advance! | |
| | |
| | #8 (permalink) |
| Nero Developer Join Date: Jun 2003
Posts: 209
| The information written is some internal information and can not be written manually. If you want to update existing files, you can do this with NeroAPI. You just need to somehow remember the original pathes of the files, maybe by writing an additional info file to the disc. Then replace the imported iso items, that correspond to the files you want to update, so that NeroAPI writes the content again. |
| | |
| |
| |
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Multisession CD | ahmeds | Nero & InCD | 1 | 11-02-2007 14:21 |
| Cloning a multisession CD | argentine_target | Clone CD | 6 | 18-09-2005 14:05 |
| Please help with CD-Extra / Multisession CD Burning | yourdirtyuncle | Newbie Forum | 2 | 17-04-2004 19:48 |
| Please help with CD-Extra / Multisession CD Burning | yourdirtyuncle | General Software | 1 | 17-04-2004 11:45 |
| Multisession CD | Tarzan | CD Freaks Living Room | 1 | 11-02-2000 20:58 |