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


Commercial message



Nero SDK Discussion Forum Discuss, multisession CD burn at International Chat: Software related forum; I try to burn CD in multisession. first session work fine but when i try to burn in a second session and i'm calling to OnDoneImport2 event, then when i try to set NeroFolder that i got from OnDoneImport2 event into NeroISOTrack.RootFolder, i get an exception. I'll


Reply
 
Thread Tools
Old 14-04-2005   #1 (permalink)
CD Freaks Junior Member
 
Join Date: Mar 2005
Posts: 55
multisession CD burn

I try to burn CD in multisession.

first session work fine but when i try to burn in a second session and i'm calling to OnDoneImport2 event, then when i try to set NeroFolder that i got from OnDoneImport2 event into NeroISOTrack.RootFolder, i get an exception.

I'll join my code (Console application) that you can run it too.

i must your help - please


my nero version is 6,3,0,3
Attached Files
File Type: txt Class1.txt (11.0 KB, 70 views)
yoss05 is offline   Reply With Quote
Old 15-04-2005   #2 (permalink)
Nero Developer
 
Join Date: Oct 2003
Posts: 605
For a proper functionality of NeroCOM in C# and .NET, you need to have at least Nero 6.6.0.0 installed
alexp is offline   Reply With Quote
Old 17-04-2005   #3 (permalink)
CD Freaks Junior Member
 
Join Date: Mar 2005
Posts: 55
Re: multisession CD burn

Hi alexp

Thank you for your reaply!!!

I found a way of doing multisession burning by adding all what burned already in media to NeroFolder with new files/folders that I want them to be burned. It's works but I’m wasting a lot of media's space because it's burning again all files/folders that where already in media.

I start to think maybe I can do by my self whatever software doing in OnDoneImport2 event. I'll insert all relevant data into my NeroFolder without using NeroFolder that returned by "OnDoneImport2 " event, and then I can get fine multisession.

Dose it possible?
If it dose, what should I insert into NeroFolder?

thank you!!!
yoss05 is offline   Reply With Quote
Old 17-04-2005   #4 (permalink)
Nero Developer
 
Join Date: Oct 2003
Posts: 605
I am not sure what you meant, but if you want to correctly burn multiple sessions you must use the NeroFolder as supplied by the OnDoneImport2 event as it contains references to the existing files. If done properly, no existing files need to be written to the disc as references are just reused.
alexp is offline   Reply With Quote
Old 19-04-2005   #5 (permalink)
CD Freaks Junior Member
 
Join Date: Mar 2005
Posts: 55
Re: multisession CD burn

hello alexp

I want to have at least Nero 6.6.0.0 while my nero version is 6,3,0,3.
i want it to be able using NeroCom with .NET.
can i dounload some update or i need to buy the new version.

in nero site they offer updating to 6.6.0.12 version but it's a demo version.
can i use NeroCom from that demo version to burn?
yoss05 is offline   Reply With Quote
Old 20-04-2005   #6 (permalink)
CD Freaks Junior Member
 
Join Date: Jan 2005
Posts: 73
Re: multisession CD burn

yes
gapilazo is offline   Reply With Quote
Old 20-04-2005   #7 (permalink)
CD Freaks Junior Member
 
Join Date: Mar 2005
Posts: 55
Re: multisession CD burn

thank you alexp and gapilazo
yoss05 is offline   Reply With Quote
Old 03-04-2006   #8 (permalink)
New on Forum
 
Join Date: Mar 2006
Posts: 2
Re: multisession CD burn

hello!

I tra to update files from my HD to a DVDRW with a visual basic codefor microsoft access application.

So I need to get all tracks from my DVDRW to compare all the files from the DVDRW to these witch are in a folder in my HD.

It's important that my access application determine itself the updating of the files in the DVDRW.

For the moment I need to know how to get the tracks count from DVDRW and how to
define the rootfolder to get all files.

I tried to translate the C# code in this forum but I can't get the OnDoneCDInfo and the OnDoneImport2 elements to know the number of tracks and to access the root folder of the DVDRW to update the files.

This is the last element of a big application I need to use as soon as possible for my job and I can't resolve it. so if someone can help me I would be very grateful to this person.
how2do is offline   Reply With Quote
Old 12-06-2006   #9 (permalink)
New on Forum
 
Join Date: Feb 2006
Posts: 2
Re: multisession CD burn

hi
i need files Writing to CD/DVD using Nero sdk or other SDK.... with Folders/subFolders with Files...
any body haveing source Code pls Send to me eahema@yahoo.com

its very urgend pls

regards
hema
eahema is offline   Reply With Quote
Old 15-06-2006   #10 (permalink)
New on Forum
 
Join Date: Jul 2005
Posts: 5
Re: multisession CD burn

I think the NeroSDK can do it , to use the code of NeroAPITest, it can add files and dirs!
jayition is offline   Reply With Quote
Old 29-06-2006   #11 (permalink)
New on Forum
 
Join Date: Jun 2006
Posts: 8
Re: multisession CD burn

i'm working with vb6 and nerocom.
i'm also trying some multisession cd burning, but i dont have any idea how to put the content of the Folder object of the OnDoneImport event into the root directory of the iso track.
errors like "Item already belongs to some collection!" occour when i add the content to the root folder with the add method.

e.g.:
for i=0 to folder.files.count
iso.rootfolder.files.add folder.files(i)
next i

doesnt work

maybe someone knows THE ANSWER ...

greetz Jon
braverjan is offline   Reply With Quote
Old 29-06-2006   #12 (permalink)
New on Forum
 
Join Date: Jun 2006
Posts: 8
Re: multisession CD burn

ok, now i know THE ANSWER myself:
- ImportIsoTrack with the number of the last track
- Set ISO.RootFolder=Folder
done
then you can add new data to the RootFolder
strange but pretty easy
farewell
braverjan is offline   Reply With Quote
Old 13-08-2007   #13 (permalink)
New on Forum
 
Join Date: Aug 2007
Posts: 4
Re: multisession CD burn

have you got the solution for burning RWCD with multisession option using SDK?
nithya.tr 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
nercom just mounts drive, then nothing with burn of data/multisession cd nanosyche021 Nero SDK Discussion Forum 2 24-05-2006 15:45
can't burn a multisession dvd unkle stu Nero & InCD 0 22-09-2005 06:51
How do you burn a multisession CD? Sub-Zero Newbie Forum 2 09-08-2005 09:26
Multisession burn - former files missing silby Nero & InCD 3 12-04-2005 05:49
How to Burn Multisession CD's Lotus General Software 9 23-05-2000 19:10


All times are GMT +2. The time now is 22:05.


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