Hi,
Followed the newbie tutorial to setup SFML 2 in VS (using VS 2012), but I get linking errors such as
Error 1 error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall sf::RenderWindow::~RenderWindow(void)" (__imp_??1RenderWindow@sf@@UAE@XZ)
I'm not sure why. I'm linking to:
sfml-graphics-d.lib
sfml-window-d.lib
sfml-system-d.lib
sfml-network-d.lib
sfml-audio-d.lib
dynamically, meaning I have not set the static define.