Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - The Illusionist Mirage

#2
You might use this tool to check if all the functions are exported to your DLLs and that they have access to them.

I used to get some of these "procedure entry point could not be located" errors in VS12 myself with SFML. And every time the reason was either incorrect build or incorrect linking.

Also, this thread here might contain some info you are looking for.