#1 Burning Software

It is currently Thu Dec 19, 2024 4:39 am

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Starburn with VC6 and MFC
PostPosted: Wed Mar 01, 2006 10:07 pm 
Offline

Joined: Wed Mar 01, 2006 10:00 pm
Posts: 1
Location: Bristol, United Kingdom
Hi

I'm trying to use the Starburn SDK with VC6 but I'm having problems.

I've linked the Starburn.lib file to my project and included the Starburn.h file.

The intellisense is not showing any available method apart from "StarBurn_DebugPrintf".

Everything compiles ok though, for example, i added a call to "StarBurn_CdvdBurnerGrabber_GetSpeeds()" and it compiles.

Thanks for your help
Ben


Top
 Profile  
 
 Post subject: Re: Starburn with VC6 and MFC
PostPosted: Thu Mar 02, 2006 2:23 am 
Offline

Joined: Wed Jan 04, 2006 1:02 am
Posts: 22
benwilliamson wrote:
Hi

I'm trying to use the Starburn SDK with VC6 but I'm having problems.

I've linked the Starburn.lib file to my project and included the Starburn.h file.

The intellisense is not showing any available method apart from "StarBurn_DebugPrintf".

Everything compiles ok though, for example, i added a call to "StarBurn_CdvdBurnerGrabber_GetSpeeds()" and it compiles.

Thanks for your help
Ben


I think, intellisense does not understand function declarations like this:
Code:
STARBURN_IMPEX_API
ULONG
__stdcall
StarBurn_GetVersion(
    IN VOID
    );


If you need such feature - just replace macros STARBURN_IMPEX_API
with the following content: __declspec( dllimport ) - for dynamic linking or remove it at all for static linking.

Regards.


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

All times are UTC


Who is online

Users browsing this forum: No registered users and 46 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:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group