SFML community forums

Help => General => Topic started by: Walta69 on July 26, 2014, 02:53:33 pm

Title: Weird Linking Errors
Post 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)
Title: Re: Weird Linking Errors
Post by: Walta69 on July 26, 2014, 02:54:23 pm
Is there any difference between normal VC2010 and VC2010 Express? (If there is even a difference?)
Title: Re: Re: Weird Linking Errors
Post by: Strelok on July 26, 2014, 02:56:54 pm
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)?
Title: Re: Weird Linking Errors
Post by: Walta69 on July 26, 2014, 03:07:56 pm
Oh wait, figured it out :) I'm using 3 other libraries as well so I must have deleted something by mistake in the process :)