| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #1 (permalink) |
| New on Forum Join Date: Sep 2003
Posts: 4
| [VB6] ImportIsoTrack Hi! I'm trying to import a previews session. When i Burn cd receive this error ("An asynchronous operation is in progress! You can't have two operation at the some time") This is my code: Code: Set Folder = New NeroFolder
Dim drives As INeroDrives
Set drives = nero.GetDrives(NERO_MEDIA_CDR)
Set drive = drives(AvailableDevices.ListIndex)
Dim isotrack As NeroISOTrack
Set isotrack = New NeroISOTrack
drive.ImportIsoTrack 1, NERO_IMPORT_ISO_ONLY
isotrack.RootFolder = Folder
Dim file As NeroFile
Set file = New NeroFile
Folder.Files.Add file
file.Name = "myfile"
file.SourceFilePath = "mypath"
isotrack.BurnOptions = NERO_BURN_OPTION_CREATE_ISO_FS + NERO_BURN_OPTION_USE_JOLIET
drive.BurnIsoAudioCD "", "", 0, isotrack, Nothing, Nothing, NERO_BURN_FLAG_SIMULATE + NERO_BURN_FLAG_WRITE + NERO_BURN_FLAG_CLOSE_SESSION, 0, NERO_MEDIA_CD Thanks and sorry for my bad english |
| | |
| | #3 (permalink) |
| New on Forum Join Date: Sep 2003
Posts: 4
| Calling BurnIsooAudioCD after OnDoneImport event I receive the same error. Anyway the execution of ImportIsoTrack seems to go wrong: with OnDoneImport I can handle the end of ImportIsoTrack, but it doesn't execute completely the operation. |
| | |
| | #4 (permalink) | ||
| Nero Developer Join Date: Oct 2003
Posts: 605
| Quote:
Quote:
Try importing track 0 instead of 1 if you have only one track on the disc. Tracks' order numbers begin with zero. | ||
| | |
| | #5 (permalink) |
| New on Forum Join Date: Sep 2003
Posts: 6
| Is this Correct? So after I call drive.importisotrack the drive_OnDoneImport should be triggered? If thats correct, and it doesnt do it, thats is what will be updated in the new fix? How do I receive the number of previous iso tracks on the CD? I need this in order to import all of the previous tracks with a loop like this For 0 to ia drive.importisotrack ia, NERO_IMPORT_ISO_ONLY ia = ia + 1 next ia then all of the previous tracks will be added when the drive.burn line is ran? but if my thinking is wrong please tell me |
| | |
| |
| |
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| NeroCOM 1.7 ImportISOTrack don't work | Woland Devil | Nero SDK Discussion Forum | 2 | 05-09-2007 09:00 |
| ImportIsoTrack | Tors | Nero SDK Discussion Forum | 1 | 05-05-2004 15:30 |
| importisotrack | chouhanrakesh | Nero SDK Discussion Forum | 0 | 23-03-2004 06:46 |
| importisotrack? | chouhanrakesh | Newbie Forum | 0 | 22-03-2004 16:12 |
| does importIsoTrack add the imported ISO to the NeroIsoTrack? | theWhiteWizzrd | Nero SDK Discussion Forum | 2 | 03-12-2003 09:31 |