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


Commercial message



Nero SDK Discussion Forum Discuss, Writing multisession on DVD with NeroCom at International Chat: Software related forum; May be anybody can help me with it: I use NeroCom 1.3 Try to write multisession dvd Writing on DVD Source Code: Nero = New NEROLib.Nero Drives = Nero.GetDrives(NEROLib.NERO_MEDIA_TYPE.NERO_MEDIA_DVD_ANY) GetDefDrive(Vals(5)) ' function with selecting the predicted drive Drive.LoadCD() Folder = New NEROLib.NeroFolder isotrack = New


Reply
 
Thread Tools
Old 27-02-2005   #1 (permalink)
New on Forum
 
Join Date: May 2004
Location: Moscow
Posts: 4
Writing multisession on DVD with NeroCom

May be anybody can help me with it:
I use NeroCom 1.3
Try to write multisession dvd
Writing on DVD Source Code:
Nero = New NEROLib.Nero
Drives = Nero.GetDrives(NEROLib.NERO_MEDIA_TYPE.NERO_MEDIA_DVD_ANY)
GetDefDrive(Vals(5)) ' function with selecting the predicted drive
Drive.LoadCD()
Folder = New NEROLib.NeroFolder
isotrack = New NEROLib.NeroISOTrack
Call GetInfo() ' function where iget Drive.CDInfo
While Not DriveFinished
System.Windows.Forms.Application.DoEvents()
End While
For ImpIsoCount = 0 To NumExistingTracks - 1
DriveFinished = False
Drive.ImportIsoTrack(ImpIsoCount, NEROLib.NERO_IMPORT_ISO_TRACK_FLAGS.NERO_IMPORT_ISO_ONLY)

While Not DriveFinished
System.Windows.Forms.Application.DoEvents()
End While
Next
For Each s As String In IO.Directory.GetFiles(Vals(1))
Dim NF As New NEROLib.NeroFile
NF.Name = New IO.FileInfo(s).Name
NF.SourceFilePath = New IO.FileInfo(s).FullName
Folder.Files.Add(NF)
FilesForWriteCount += 1
Next

isotrack.Name = "SWIFT Backup CD"
isotrack.Copyright = "SH MICEX"
isotrack.Application = "Rebus4"
isotrack.RootFolder = Folder
isotrack.BurnOptions = NEROLib.NERO_BURN_OPTIONS.NERO_BURN_OPTION_CREATE_ISO_FS + NEROLib.NERO_BURN_OPTIONS.NERO_BURN_OPTION_USE_JOLIET '+ NERO_BURN_OPTION_USE_MODE2
Drive.BurnIsoAudioCD("SH MICEX", "Swift Backup", 0, isotrack, Nothing, Nothing, NEROLib.NERO_BURN_FLAGS.NERO_BURN_FLAG_WRITE + NEROLib.NERO_BURN_FLAGS.NERO_BURN_FLAG_BUF_UNDERRUN_PROT + NEROLib.NERO_BURN_FLAGS.NERO_BURN_FLAG_CLOSE_SESSION, 0, NEROLib.NERO_MEDIA_TYPE.NERO_MEDIA_DVD_ANY)


And now, i try subscribe the problem: When i write on blank dvb disk - all ok, but when i try continue writing on disk (next session) i see message: "Disk not empty"
What i make wrong?

Thanks for all.
Free Hunter is offline   Reply With Quote
Old 28-02-2005   #2 (permalink)
Nero Developer
 
Join Date: Oct 2003
Posts: 605
Please take a look at this thread: http://club.cdfreaks.com/showthread.php?t=123540 and see if that helps.

You don't seem to be using any of the Virtual Multisession functionality.
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
Writing DVD-RW using NEROCOM API perkst Nero SDK Discussion Forum 4 24-06-2006 21:02
Problems with NeroCOM-DVD-Multisession DottG72 Nero SDK Discussion Forum 0 26-11-2004 12:44
Multisession DVD with NeroCOM sajith Nero SDK Discussion Forum 9 24-09-2004 06:40
MultiSession DVD Problem with NEROCOM Beatle Nero SDK Discussion Forum 1 26-03-2004 16:45
Multisession, NeroCom and VB6 JasonP Nero SDK Discussion Forum 1 26-11-2003 08:35


All times are GMT +2. The time now is 18:29.


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