Go Back   Club CDFreaks - Knowledge is Power > International Chat: Software related > Nero SDK Discussion Forum


Commercial message



Nero SDK Discussion Forum Discuss, Multisession, Folder-Creation with NeroAPI at International Chat: Software related forum; 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


Reply
 
Thread Tools
Old 22-10-2003   #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, ...)
This doesn't work. If I do this, Nero hangs up if I start the burn-process.

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
TimS is offline   Reply With Quote
Old 23-10-2003   #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;
Second problem
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
TimS is offline   Reply With Quote
 
Reply


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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

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


All times are GMT +2. The time now is 21:12.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0