Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual C++ 2008 Build Error #12

Open
osirisguitar opened this issue Apr 13, 2010 · 1 comment
Open

Visual C++ 2008 Build Error #12

osirisguitar opened this issue Apr 13, 2010 · 1 comment

Comments

@osirisguitar
Copy link

When trying to compile I get the following. It doesn't need VC++ Express right, the full version should work as well?

Error 110 error C2440: '=' : cannot convert from 'void (__stdcall )(sp_playlist *,const sp_track *,int,int,void *)' to 'void (__stdcall *)(sp_playlist *,sp_track *const *,int,int,void *)' c:\temp\noahwilliamsson-openspotify-570b95d\examples\winamp\ml_openspotify\openspotify.cpp 278 ml_openspotify

@noahwilliamsson
Copy link
Owner

I suppose that piece of code hasn't been upated to reflect a change in the sp_playlist prototype in libspotify 0.0.3.

You'll have to update the prototype of the callback in ml_openspotify manually.

ml_openspotify isn't really needed for libopenspotify and was merely an experiment with writing a Winamp plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants