#1 Burning Software

It is currently Thu Dec 19, 2024 8:11 am

All times are UTC




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: Missing Method Documentation
PostPosted: Tue Nov 14, 2006 6:55 am 
Offline

Joined: Tue Nov 14, 2006 6:50 am
Posts: 5
I've been experimenting with the StarBurn SDK and I've noticed that there are several methods exported by the StarBurn.dll file that are not documented in either the StarBurn.h file nor the reference manual.

The ones that I've encountered thus far are:

StarBurn_CdvdBurnerGrabber_CreateExEx
StarBurn_CdvdBurnerGrabber_DisableHardwareErrorCorrection
StarBurn_CdvdBurnerGrabber_DiscBasicInformation_Create
StarBurn_CdvdBurnerGrabber_DiscBasicInformation_Destroy

Can you possibly fill in the details on what the calling parameters are, what the return values are, etc...


Top
 Profile  
 
 Post subject: Re: Missing Method Documentation
PostPosted: Tue Nov 14, 2006 1:48 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
They are documented in the private header some other products built around StarBurn use. The ones you've listed would be never referenced in the manual as there's no interest in this code for rest of the world.

P.S. Maybe except CreateExEx. But we need to distribute special set of drivers to make this code work. To bypass broken SCSI filters quite a lot of the CD/DVD burning applications install.

MarkAD88 wrote:
I've been experimenting with the StarBurn SDK and I've noticed that there are several methods exported by the StarBurn.dll file that are not documented in either the StarBurn.h file nor the reference manual.

The ones that I've encountered thus far are:

StarBurn_CdvdBurnerGrabber_CreateExEx
StarBurn_CdvdBurnerGrabber_DisableHardwareErrorCorrection
StarBurn_CdvdBurnerGrabber_DiscBasicInformation_Create
StarBurn_CdvdBurnerGrabber_DiscBasicInformation_Destroy

Can you possibly fill in the details on what the calling parameters are, what the return values are, etc...


Top
 Profile  
 
 Post subject: Additional missing mehtod documentation...
PostPosted: Sun Nov 19, 2006 12:38 am 
Offline

Joined: Tue Nov 14, 2006 6:50 am
Posts: 5
I noticed that are more methods that I can not find documentation for. The methods are:

StarBurn_CdvdBurnerGrabber_Read
StarBurn_CdvdBurnerGrabber_Read10
StarBurn_CdvdBurnerGrabber_ReadCD
StarBurn_CdvdBurnerGrabber_RestoreReadErrorRecovery

The only "read" method I can find coument is StarBurn_CdvdBurnerGrabber_ReadATIP.

Your help would be appreciated.


Last edited by MarkAD88 on Sun Nov 19, 2006 1:10 am, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Additional missing mehtod documentation...
PostPosted: Sun Nov 19, 2006 12:57 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Bad news: they are also undocumented and never would be "uncovered".

Good news: upcoming version of StarBurn would allow to read logical blocks from CD/DVD/Blu-Ray/HD-DVD with dedicated API call.

Stay tuned. Coming really soon :)

MarkAD88 wrote:
I noticed that are more methods that I can not find documentation for. The methods are:

StarBurn_CdvdBurnerGrabber_Read
StarBurn_CdvdBurnerGrabber_Read10
StarBurn_CdvdBurnerGrabber_ReadCD

The only "read" method I can find coument is StarBurn_CdvdBurnerGrabber_ReadATIP.

Your help would be appreciated.


Top
 Profile  
 
 Post subject: Re: Additional missing mehtod documentation...
PostPosted: Sun Nov 19, 2006 1:12 am 
Offline

Joined: Tue Nov 14, 2006 6:50 am
Posts: 5
I know you're going to hate this question, but do you have an ETA on when that will be released? A financial quarter is near enough. I don't need anything highly specific just something in the ballpark.

Thanks.

anton (staff) wrote:
Bad news: they are also undocumented and never would be "uncovered".

Good news: upcoming version of StarBurn would allow to read logical blocks from CD/DVD/Blu-Ray/HD-DVD with dedicated API call.

Stay tuned. Coming really soon :)

MarkAD88 wrote:
I noticed that are more methods that I can not find documentation for. The methods are:

StarBurn_CdvdBurnerGrabber_Read
StarBurn_CdvdBurnerGrabber_Read10
StarBurn_CdvdBurnerGrabber_ReadCD

The only "read" method I can find coument is StarBurn_CdvdBurnerGrabber_ReadATIP.

Your help would be appreciated.


Top
 Profile  
 
 Post subject: Re: Additional missing mehtod documentation...
PostPosted: Sun Nov 19, 2006 1:17 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Core library itself is done. We're only polishing the samples. You can already get RC version which would have identical to release (with the exception of the samples of course).

MarkAD88 wrote:
I know you're going to hate this question, but do you have an ETA on when that will be released? A financial quarter is near enough. I don't need anything highly specific just something in the ballpark.

Thanks.

anton (staff) wrote:
Bad news: they are also undocumented and never would be "uncovered".

Good news: upcoming version of StarBurn would allow to read logical blocks from CD/DVD/Blu-Ray/HD-DVD with dedicated API call.

Stay tuned. Coming really soon :)

MarkAD88 wrote:
I noticed that are more methods that I can not find documentation for. The methods are:

StarBurn_CdvdBurnerGrabber_Read
StarBurn_CdvdBurnerGrabber_Read10
StarBurn_CdvdBurnerGrabber_ReadCD

The only "read" method I can find coument is StarBurn_CdvdBurnerGrabber_ReadATIP.

Your help would be appreciated.


Top
 Profile  
 
 Post subject: Re: Additional missing mehtod documentation...
PostPosted: Sun Nov 19, 2006 1:58 am 
Offline

Joined: Tue Nov 14, 2006 6:50 am
Posts: 5
How would I go about getting a copy of the RC? Additionaly, is there a change document that shows me what API calls have changed between the current version I'm using (6.6.30) and the new version?

anton (staff) wrote:
Core library itself is done. We're only polishing the samples. You can already get RC version which would have identical to release (with the exception of the samples of course).

MarkAD88 wrote:
I know you're going to hate this question, but do you have an ETA on when that will be released? A financial quarter is near enough. I don't need anything highly specific just something in the ballpark.

Thanks.

anton (staff) wrote:
Bad news: they are also undocumented and never would be "uncovered".

Good news: upcoming version of StarBurn would allow to read logical blocks from CD/DVD/Blu-Ray/HD-DVD with dedicated API call.

Stay tuned. Coming really soon :)

MarkAD88 wrote:
I noticed that are more methods that I can not find documentation for. The methods are:

StarBurn_CdvdBurnerGrabber_Read
StarBurn_CdvdBurnerGrabber_Read10
StarBurn_CdvdBurnerGrabber_ReadCD

The only "read" method I can find coument is StarBurn_CdvdBurnerGrabber_ReadATIP.

Your help would be appreciated.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Nov 19, 2006 2:02 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
1) Drop me a message to info@rocketdivision.com and I'll provide you with a link.

2) No single API call changed. StarBurn is backward compatible.


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

All times are UTC


Who is online

Users browsing this forum: No registered users and 34 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