Rocket Division Software
http://www.starburnsoftware.com/forum/

Differences Between v10 and v12
http://www.starburnsoftware.com/forum/starburn-sdk-f3/differences-between-v10-and-v12-t2063.html
Page 1 of 1

Author:  Lloyd Quenby [ Tue Apr 13, 2010 2:07 pm ]
Post subject:  Differences Between v10 and v12

In the app I have written if a disc needs to be erased before use, the disc is erased then ejected and reloaded so the burn proccess can start.

I am now using v12 of StarBurnX which works fine on my Win7 machine, but not my WinXP machine. The differences i am getting refer to when a disc is loaded. Using v10 when the drive was loaded further code execution would halt until the drive has finished loading after which my code would continue with the next proccess. This is still the case using v12 on Win7 but not on v12 using WinXP, on the XP machine the drive starts to load but the code does not halt which is causing errors as i am trying to use a drive which is not ready.

When I run the following test code on my Win7 machine using v12 I get the same results as I did on my WinXP machine using v10

Is this a bug or do i need to work around it?


Public Class Form1

Private m_starBurnX As RocketDivision.StarBurnX.StarBurnX

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
m_starBurnX = New RocketDivision.StarBurnX.StarBurnXClass
m_starBurnX.Initialize(Nothing)
End Sub

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim m_drivesBuff As RocketDivision.StarBurnX.Drives = Nothing
m_starBurnX.Refresh()
m_drivesBuff = m_starBurnX.Drives

MessageBox.Show("Ejecting")
m_drivesBuff.Item(0).Eject()
MessageBox.Show("Loading")
m_drivesBuff.Item(0).Load()
MessageBox.Show("Finished Loading")
End Sub
End Class

Author:  dima (staff) [ Wed Apr 14, 2010 9:51 am ]
Post subject:  Re: Differences Between v10 and v12

Hello

It would be nice to look into the log files from XP & Win7 machines !!! :)

Regards,

Dmitry

Author:  Lloyd Quenby [ Thu Apr 15, 2010 12:38 pm ]
Post subject:  Re: Differences Between v10 and v12

Logs attached for each OS when running the above code.

Attachments:
Logs.zip [4.82 KiB]
Downloaded 763 times

Author:  dima (staff) [ Fri Apr 16, 2010 6:08 am ]
Post subject:  Re: Differences Between v10 and v12

Hello,

OK, we are investigating these logs :)

Regards,

Dmitry

Author:  Lloyd Quenby [ Thu Apr 22, 2010 2:16 pm ]
Post subject:  Re: Differences Between v10 and v12

Hi

Is there any update on this issue?

Lloyd

Author:  anton (staff) [ Thu Apr 22, 2010 4:16 pm ]
Post subject:  Re: Differences Between v10 and v12

Yes. Windows 7 reports "logical unit is in process of becoming ready" instead of "no disc in drive". There's no difference between V12 and V10 in this particular case.

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/