| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #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); } } } |
| | |
| | #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); } } } |
| | |
| | #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); } } } |
| | |
| | #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 ++) { } 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. |
| | |
| |
| |
![]() |
| Bookmarks |
| Thread Tools | |
| |
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 |