| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #1 (permalink) |
| New on Forum Join Date: Oct 2003 Location: Germany
Posts: 11
| Multisession, Folder-Creation with NeroAPI Hello, I try to burn different files on CD by using the NeroAPI-SDK. According to the NeroFiddles example I can burn one file to cd by using NERO_ISO_ITEM and NeroCreateIsoTrackEx. This works. My first question To write two files, I create a second NERO_ISO_ITEM , fill it with name and path of the second file an pass it's adress to the nextItem pointer of the first ITEM. Code: NERO_ISO_ITEM niiOne, niiTwo; ... niiOne.nextItem= &niiTwo; ... NeroCreateIsoTrackEx(&niiOne, ...) The second question is: how can I create a new folder on the CD by using the NERO_ISO_ITEM struct? and the third question is: how can I start and continue a Multisession-Disc? If I use the example of NeroFiddles, NeroBurningRom posts " Der gewählte Track wurde nicht mit Nero's Multisession-Option erstellt would it be easier to use FileSystemContentInterface? Are there any examples? Thank you for your help, Tim |
| | |
| | #2 (permalink) |
| New on Forum Join Date: Oct 2003 Location: Germany
Posts: 11
| Hello, I found the problems and resolved them, so there is no need to post an answere here. If somebody is interested, here a short list: First problem (I used a recursive function, but according to my problem above, I post only the solution) Code: NERO_ISO_ITEM* pniiFirst, *pniiSecond; pniiFirst= NeroCreateIsoItem(); pniiSecond= NeroCreateIsoItem(); // fill the struct ... pniiFirst->nextItem= pniiSecond; was, that I passed a path and a name to the struct when I set the value isDirectory TRUE only the name was the right solution Third problem create a multisession disk... ... is the next I'll solve ![]() (i know, that I have to import the previous session) greetings, tim |
| | |
| |
| |
![]() |
| 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 |
| How to burn folder with just main movie folder? | mattardo | DVDFab / DVD Region+CSS Free | 6 | 03-08-2007 04:20 |
| Help: Multisession-DVD with NeroAPI | Ralph | Nero SDK Discussion Forum | 1 | 20-09-2004 13:02 |
| NeroAPI: DVD and multisession | Ralph | Nero SDK Discussion Forum | 0 | 18-08-2004 18:20 |
| Add a file/folder to multisession cdr using nerocmd | mb277 | Nero & InCD | 0 | 31-12-2003 17:23 |
| create folder and multisession with nerocmd | TimS | Nero SDK Discussion Forum | 2 | 17-10-2003 10:28 |