I recently got Windows 7 and I can't get visual studio to link for the life of me.
Trying to get SFML working, which I've compiled from source. The example executables work just fine.
I've followed the steps on this page:
http://www.sfml-dev.org/tutorials/2.0/start-vc.php
I get link errors for the obvious things, sf::RenderWindow(), sf::VideoMode(), sf::String().
Thinking maybe it was an SFML thing, I build SDL too. Same problems.
Thinking I simply missed a step in VS, I used CMake to build the solution for me, no luck.
Has anyone used VS 2013 ( 64bit ) and can tell me how to get this thing to link?
Another thing, if I spell the libraries wrong on purpose, I get the error that the libraries can't be found. To me, this means that when I spell them right, they are found. That means that VS is finding the libs, it's just not freaking linking them!