#1 Burning Software

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

All times are UTC




Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: Visual Basic Express 2005 and/or Visual C# Express 2005
PostPosted: Sat Oct 21, 2006 4:55 pm 
Offline

Joined: Fri Oct 14, 2005 5:28 pm
Posts: 16
Hello, please i want to know if exists a sample code on how to use your OCX with Visual Basic Express 2005 and/or Visual C# Express 2005.

Should be very useful for me to have at least one important function working, as for example a GrabDisc or a DiscAtOnceFromFile.

If this code does not exists, are you planning to support the new .Net 2005?

Thank you for your time...

P.S. As i understand the .Net 2005 Edition is not able to load the ocx...i already tryied to add it manually in my toolbox..

P.S.S. Please sorry for my bad english..


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 24, 2006 11:35 am 
Hi!

We already support .NET 2005. But StarBurn OCX is not a ActiveX control (i.e. it doesn't have visual interfaces etc.), it's just a set of COM classes. You can't add it to Toolbox, but you can see how it can be used from DataBurner C# OCX sample and DVDVideoBurner C# and VB.NET sample.

The functions you are reference (GrabDisc and DiscAtOnceFromFile) don't exist in OCX interface, only in DLL interface. If you want to use DLL interface from C# or VB.NET please look at DataBurner C# DLL sample and MultiBurner VB.NET sample.

We didn't test the samples in Visual C#/VB.NET Express editions. only in full editions, but we do it ASAP.

Regards,
Alexander Orlovsky


Top
  
 
 Post subject: Dll Should works fine on the 2005 Express Environment
PostPosted: Wed Nov 01, 2006 1:43 pm 
Offline

Joined: Fri Oct 14, 2005 5:28 pm
Posts: 16
Hello Alexander, thanks for your reply..
I followed you suggestion and now i'm working with the Dll.

Tons of "Warnings" with the 2005 Environments, but "Zero Errors"..

My question, now, is very simple:
In the MultiBurner Example folder, there is not stored the StarBurn.Dll

Then i think of your project work on my computer for a RegistryValueKey...

But, if i want to produce an install for my application (in a far future), where i need to put the StarBurn.dll? In the same place as the executable? In System32 folder?

In the project you declared it as:
Private Declare Ansi Function StarBurn_GetVersion Lib "StarBurn.dll" () As UInt32

But where the project say where to find the real Dll?

Hope you should understand my bad english...

And Thanks...again...


Top
 Profile  
 
 Post subject: Re: Dll Should works fine on the 2005 Express Environment
PostPosted: Wed Nov 01, 2006 2:13 pm 
Offline

Joined: Fri Oct 14, 2005 5:28 pm
Posts: 16
WolverineSoft wrote:
Hello Alexander, thanks for your reply..
I followed you suggestion and now i'm working with the Dll.

Tons of "Warnings" with the 2005 Environments, but "Zero Errors"..

My question, now, is very simple:
In the MultiBurner Example folder, there is not stored the StarBurn.Dll

Then i think of your project work on my computer for a RegistryValueKey...

But, if i want to produce an install for my application (in a far future), where i need to put the StarBurn.dll? In the same place as the executable? In System32 folder?

In the project you declared it as:
Private Declare Ansi Function StarBurn_GetVersion Lib "StarBurn.dll" () As UInt32

But where the project say where to find the real Dll?

Hope you should understand my bad english...

And Thanks...again...


Alexander, please don't reply to previous post, i discovered myself the solution..
The StarBurn.dll and WnASPi32.dll must be placed both in the same folder as my executable...thanks a lot...

My only question is: My version of StarBurn.Dll say to be the : StarBurn Version: 20060630

Is this the last one?? Where to find one updated? I copied the one i found on "C:\Programmi\Rocket Division Software\StarBurn SDK\Bin\Core\Release" is this correct?


Top
 Profile  
 
 Post subject: Re: Dll Should works fine on the 2005 Express Environment
PostPosted: Wed Nov 01, 2006 8:38 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Yes, 6.6.10 is the last one we've released.

Yes, either Release or Debug would work fine. They are identical, Debug one can maintain logs. Release cannot.

WolverineSoft wrote:
WolverineSoft wrote:
Hello Alexander, thanks for your reply..
I followed you suggestion and now i'm working with the Dll.

Tons of "Warnings" with the 2005 Environments, but "Zero Errors"..

My question, now, is very simple:
In the MultiBurner Example folder, there is not stored the StarBurn.Dll

Then i think of your project work on my computer for a RegistryValueKey...

But, if i want to produce an install for my application (in a far future), where i need to put the StarBurn.dll? In the same place as the executable? In System32 folder?

In the project you declared it as:
Private Declare Ansi Function StarBurn_GetVersion Lib "StarBurn.dll" () As UInt32

But where the project say where to find the real Dll?

Hope you should understand my bad english...

And Thanks...again...


Alexander, please don't reply to previous post, i discovered myself the solution..
The StarBurn.dll and WnASPi32.dll must be placed both in the same folder as my executable...thanks a lot...

My only question is: My version of StarBurn.Dll say to be the : StarBurn Version: 20060630

Is this the last one?? Where to find one updated? I copied the one i found on "C:\Programmi\Rocket Division Software\StarBurn SDK\Bin\Core\Release" is this correct?


Top
 Profile  
 
 Post subject: Visual Basic 2005
PostPosted: Wed Nov 01, 2006 9:04 pm 
Offline

Joined: Fri Oct 14, 2005 5:28 pm
Posts: 16
Thanks, Anton..

I just created a working model (For CD/DVD grabbing) within Visual Studio 2005 Environments.

In the old VB code there was some incompatibilities, like unilitialized structures and most important the new Cross thread Safe way to change properties of objects...

But the StarBurn.dll works perfectly and created images ROCKS!

Thanks for exist...


Top
 Profile  
 
 Post subject: Re: Visual Basic 2005
PostPosted: Wed Nov 01, 2006 9:09 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Excellent :)) Nice to know everything works fine for you now.

WolverineSoft wrote:
Thanks, Anton..

I just created a working model (For CD/DVD grabbing) within Visual Studio 2005 Environments.

In the old VB code there was some incompatibilities, like unilitialized structures and most important the new Cross thread Safe way to change properties of objects...

But the StarBurn.dll works perfectly and created images ROCKS!

Thanks for exist...


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

All times are UTC


Who is online

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