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


Commercial message



Nero SDK Discussion Forum Discuss, Burning DVD at International Chat: Software related forum; When i try to burn DVD i get next ERROR Track-at-once writing is not supported on this media What does in mean and how to correct it. my code NeroFolderClass neroMapa = new NeroFolderClass(); NeroISOTrackClass ISOTrack = new NeroISOTrackClass(); ISOTrack.Name="backup"; ISOTrack.RootFolder=neroMapa; string[] cabFiles; //files to burn


Reply
 
Thread Tools
Old 12-01-2005   #1 (permalink)
CD Freaks Junior Member
 
Join Date: Jan 2005
Posts: 73
Burning DVD

When i try to burn DVD i get next ERROR

Track-at-once writing is not supported on this media

What does in mean and how to correct it.

my code

NeroFolderClass neroMapa = new NeroFolderClass();
NeroISOTrackClass ISOTrack = new NeroISOTrackClass();
ISOTrack.Name="backup";
ISOTrack.RootFolder=neroMapa;


string[] cabFiles; //files to burn

cabFiles = Directory.GetFiles(Application.StartupPath+"\\paket");

for(int i =0;i {
NeroFileClass neroFile = new NeroFileClass();

neroFile.SourceFilePath=cabFiles[i];
cabFiles[i]=cabFiles[i].Substring(cabFiles[i].LastIndexOf("\\")+1);
neroFile.Name=cabFiles[i];
try
{
neroMapa.Files.Add(neroFile);
}
catch(Exception e)
{
MessageBox.Show(e.Message);
}
}
ISOTrack.BurnOptions = NERO_BURN_OPTIONS.NERO_BURN_OPTION_CREATE_ISO_FS;
ISOTrack.BurnOptions = NERO_BURN_OPTIONS.NERO_BURN_OPTION_USE_JOLIET;


try
{
drive.BurnIsoAudioCD("","",false,ISOTrack,null,null,NERO_BURN_FLAGS.NERO_BURN_FLAG_WRITE,driveSpeed,NERO_MEDIA_TYPE. NERO_MEDIA_NO_DVD_M_RW);
}
catch(Exception d)
{
MessageBox.Show(d.Message);
}
gapilazo is offline   Reply With Quote
Old 12-01-2005   #2 (permalink)
Nero Developer
 
Join Date: Oct 2003
Posts: 605
Try or-ing NERO_BURN_FLAGS.NERO_BURN_FLAG_DAO with the rest of your burn flags.
alexp 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
Wasted DVD DL (want to continue burning) (PC got stuck during burning) Shehroz Newbie Forum 7 02-10-2007 00:24
Need burning software that doesn't mess up my DVD & DVD burning Drives bal39 Burning Software 2 17-07-2006 18:40
NEC ND-2500A: Lost its CD burning mojo, DVD burning okay... UV254 NEC / Optiarc Burner 3 24-04-2005 02:47
How can i Verify Burning With Plex Tool's cd/dvd maker after burning ? efe Plextor Burner 10 30-08-2004 21:52
Disc Error Burning DVD-R's But Play Fine when Burning DVD+r'd with CopytoDVD TrogSneed VSO Software 2 15-03-2004 22:25


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


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