Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cdecl and stdcall issues + LibSpotify API

Status
Not open for further replies.

pilgie

Technical User
May 2, 2006
16
0
0
GB

I've been playing with the spotify library windows which comes with:

LibSpotify.lib
LibSpotify.dll
Libspotify.api

I would like to use the library within a current project that uses the standard cdecl calling convention.

Ths spotify library seems to be using the stdcall calling convention and even though I have changed the calling convention in the api file I still recieve unresolved external symbol errors.

Does the library file need to be recompiled or something? I've copied and pasted one of the examples into my code for testing, which works perfectly standalone with stdcall calling.

I'm new to this so any advice would be appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top