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


Commercial message



Nero SDK Discussion Forum Discuss, multisession at International Chat: Software related forum; My problem is 1 I dont know what flags to import when calling drive.ImportIsoTrack; 2 What these flags are 3 And when i call drive.ImportIsoTrack drive.onDoneImport never hapens, whay? i call if(NumberTrack>0) //from cdinfo { for(int i=0;i { try { drive.ImportIsoTrack(i+1,NERO_IMPORT_ISO_TRACK_FLAGS.


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

My problem is

1 I dont know what flags to import when calling drive.ImportIsoTrack;
2 What these flags are
3 And when i call drive.ImportIsoTrack drive.onDoneImport never hapens, whay?

i call
if(NumberTrack>0) //from cdinfo
{
for(int i=0;i {
try
{
drive.ImportIsoTrack(i+1,NERO_IMPORT_ISO_TRACK_FLAGS.NERO_IMPORT_ISO_ONLY);
}
catch(Exception e)
{
MessageBox.Show(e.Message);
}

}
}
gapilazo is offline   Reply With Quote
Old 13-01-2005   #2 (permalink)
CD Freaks Junior Member
 
Join Date: Jan 2005
Posts: 73
Re: multisession

sorry for mistake

i call
if(NumberTrack>0) //from cdinfo
{
for(int i=0;i {
try
{
drive.ImportIsoTrack(i+1,NERO_IMPORT_ISO_TRACK_FLAGS.NERO_IMPORT_ISO_ONLY);
}
catch(Exception e)
{
MessageBox.Show(e.Message);
}

}
}
gapilazo is offline   Reply With Quote
Old 13-01-2005   #3 (permalink)
CD Freaks Junior Member
 
Join Date: Jan 2005
Posts: 73
Re: multisession

sorry for mistake

i call
if(NumberTrack>0) //from cdinfo
{
for(int i=0;i {
try
{
drive.ImportIsoTrack(i+1,NERO_IMPORT_ISO_TRACK_FLAGS.NERO_IMPORT_ISO_ONLY);
}
catch(Exception e)
{
MessageBox.Show(e.Message);
}

}
}
gapilazo is offline   Reply With Quote
Old 13-01-2005   #4 (permalink)
CD Freaks Junior Member
 
Join Date: Jan 2005
Posts: 73
Re: multisession

i don know but it dos not displey


for(int i=0,i
gapilazo is offline   Reply With Quote
Old 13-01-2005   #5 (permalink)
Nero Developer
 
Join Date: Oct 2003
Posts: 605
When posting code, you should always use code tags... [ code ] [ / code ] like the following:
Code:
for (i = 0; i < 5; i ++) { }
As for you problem... Why would you want to import all tracks in a single loop? Normally, you want to import only one track, usually the last one. Your code will not work for another reason... you should really wait for OnDoneImport[2] event before attempting another import, or you will get an error.

And another thing... imported tracks are zero based, so i + 1 (when i = 0) will actually import the second track.

For a definition of various flags, you should consult the docs. Besides, many of the names are already safe explanatory.
alexp is offline   Reply With Quote
 
Reply

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
Multisession yater VSO Software 3 15-01-2006 03:18
I can help you with multisession *x-siter* Newbie Forum 10 05-10-2005 22:36
Multisession -R possible?? xpfshost Blank Media 5 28-09-2005 03:22
still trying multisession.. kokoguy Nero SDK Discussion Forum 3 11-02-2004 17:17
multisession kokoguy Nero SDK Discussion Forum 10 15-01-2004 13:01


All times are GMT +2. The time now is 08:27.


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