#1 Burning Software

It is currently Fri Mar 29, 2024 7:07 am

All times are UTC




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: Differences Between v10 and v12
PostPosted: Tue Apr 13, 2010 2:07 pm 
Offline

Joined: Sat Dec 20, 2008 3:17 pm
Posts: 23
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


Top
 Profile  
 
 Post subject: Re: Differences Between v10 and v12
PostPosted: Wed Apr 14, 2010 9:51 am 
Offline

Joined: Thu Dec 13, 2007 8:44 am
Posts: 609
Hello

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

Regards,

Dmitry


Top
 Profile  
 
 Post subject: Re: Differences Between v10 and v12
PostPosted: Thu Apr 15, 2010 12:38 pm 
Offline

Joined: Sat Dec 20, 2008 3:17 pm
Posts: 23
Logs attached for each OS when running the above code.


Attachments:
Logs.zip [4.82 KiB]
Downloaded 759 times
Top
 Profile  
 
 Post subject: Re: Differences Between v10 and v12
PostPosted: Fri Apr 16, 2010 6:08 am 
Offline

Joined: Thu Dec 13, 2007 8:44 am
Posts: 609
Hello,

OK, we are investigating these logs :)

Regards,

Dmitry


Top
 Profile  
 
 Post subject: Re: Differences Between v10 and v12
PostPosted: Thu Apr 22, 2010 2:16 pm 
Offline

Joined: Sat Dec 20, 2008 3:17 pm
Posts: 23
Hi

Is there any update on this issue?

Lloyd


Top
 Profile  
 
 Post subject: Re: Differences Between v10 and v12
PostPosted: Thu Apr 22, 2010 4:16 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
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.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 33 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group