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


Commercial message



Nero SDK Discussion Forum Discuss, CD/DVD Multisession .NET at International Chat: Software related forum; This isn't something new, there are a bunch of threads in the forum discussing how to implement multisessions on cd/dvd through NeroCom but none of them are very readable, and there are no .net examples. How do you import existing tracks properly into the new track you are


Reply
 
Thread Tools
Old 26-06-2008   #1 (permalink)
New on Forum
 
Join Date: Jun 2008
Posts: 14
CD/DVD Multisession .NET

This isn't something new, there are a bunch of threads in the forum discussing how to implement multisessions on cd/dvd through NeroCom but none of them are very readable, and there are no .net examples.

How do you import existing tracks properly into the new track you are trying to burn? What I'm doing right now is taking the NeroFolder parameter from OnDoneImport2 event and setting it as the RootFolder of the NeroIsoTrack object I intend to burn. If there are no existing tracks on the media then I do not bother importing.

The result I'm getting is that I'm overwriting previous tracks and so only the last burned track appears on the CD/DVD in windows explorer.

thanks
itamar82 is offline   Reply With Quote
Old 26-06-2008   #2 (permalink)
New on Forum
 
Join Date: Jun 2008
Posts: 14
Re: CD/DVD Multisession .NET

So I just realized that I am not even getting any valid track import data... is there something wrong with the calls?


Code:
private void drive_OnDoneCDInfo(INeroCDInfo pCDInfo)
{
  ...

  int trackCount = cdInfo.Tracks.Count;
  if (trackCount > 0) // if tracks exist import last one
  {
      drive.ImportIsoTrack(trackCount - 1,   NERO_IMPORT_ISO_TRACK_FLAGS.NERO_IMPORT_ISO_ONLY | NERO_IMPORT_ISO_TRACK_FLAGS.NERO_IMPORT_VMS_SESSION);                
  }
}  


private void drive_OnDoneImport2(bool bOk, NeroFolder pFolder, NeroCDStamp pCDStamp, NeroImportDataTrackInfo pImportInfo, NERO_IMPORT_DATA_TRACK_RESULT importResult)
{
     // importResult returns NIDTR_INVALID_FS            
}
itamar82 is offline   Reply With Quote
Old 29-06-2008   #3 (permalink)
New on Forum
 
Join Date: Jun 2008
Posts: 14
Re: CD/DVD Multisession .NET

So the problem appears to be with the particular installation of Nero on my computer.

I debugged the same code on another computer with same version of Nero and I was not receiving NIDTR_INVALID_FS in OnDoneImport2 event.

I will try to re-install Nero and see if that remedies the problem.
itamar82 is offline   Reply With Quote
Old 29-07-2008   #4 (permalink)
New on Forum
 
Join Date: May 2005
Posts: 26
Re: CD/DVD Multisession .NET

I've done an application that burn using imported sessions with vb.net 2005
I'm using Nero-7.9.6.0 to Nero-7.11.10 and all works.
Nero before Nero-7.9.6.0 cannot burn DVD video with the SDK(they broken the support with the 7.0 release...they fixed it in only 2 years after that i've broke the balls with tons of emails).

If u need to get the example i can do it. Is a Form that take and array of infofiles(origins) to burn them into the CD using and array or strings (destinations path)
willyx is offline   Reply With Quote
Old 31-07-2008   #5 (permalink)
New on Forum
 
Join Date: Jun 2008
Posts: 14
Re: CD/DVD Multisession .NET

Forget Nero. I don't understand why they are pushing their developer community away. You would think that they would prefer if more 3rd party applications would be written using their SDK but instead they make it harder to do by not providing adequate support and not fixing bugs in an acceptable time-frame.

I only used Nero because I didn't know that IMAPIv2 support was available for XP and 2003.

Well it is...

For Windows XP SP2
http://www.microsoft.com/downloads/d...7-ABC4DD2F147B


For Windows 2003
http://www.microsoft.com/downloads/d...A-F4D45C67923C

IMAPI2 is free which is always good and the guys at Microsoft run a support forum which has helped which is more than I can say of anything here.
itamar82 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

Tags
.net, mult, multisession, session

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
Multisession CD/DVD Puppylinux - but why HERE ? potchan Newbie Forum 1 17-04-2008 12:26
Burn VS .NET CD to DVD ljCharlie VSO Software 3 08-06-2005 14:47
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


All times are GMT +2. The time now is 14:07.


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