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.