We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: