SFML community forums
Help => General => Topic started by: Walta69 on July 26, 2014, 02:53:33 pm
-
So I downloaded the (Visual C++ 10 (2010) - 64 bits) version and set it up with VC2010. I know I did it correctly as I have done it countless times on VC2013.
I am able to include necessary files and see all sfml code however when I build I get linking errors :/
Example:
error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall sf::Window::display(void)" (__imp_?display@Window@sf@@QAEXXZ)
-
Is there any difference between normal VC2010 and VC2010 Express? (If there is even a difference?)
-
Is there any difference between normal VC2010 and VC2010 Express? (If there is even a difference?)
It's the Same compiler, many IDE's features are removed in express I think
Did you follow this tutorial (http://www.sfml-dev.org/tutorials/2.1/start-vc.php)?
-
Oh wait, figured it out :) I'm using 3 other libraries as well so I must have deleted something by mistake in the process :)