Hello, I am newbie :D I just installed SFML and trying to run the tutorial. I got up to the http://www.sfml-dev.org/tutorials/2.1/start-vc.php (http://www.sfml-dev.org/tutorials/2.1/start-vc.php) section and I got error message. I just copied directly from tutorial. Here's error message I got:
1>main.obj : error LNK2001: unresolved external symbol "public: static class sf::Color const sf::Color::Green" (?Green@Color@sf@@2V12@B)
1>main.obj : error LNK2001: unresolved external symbol "public: static class sf::RenderStates const sf::RenderStates::Default" (?Default@RenderStates@sf@@2V12@B)
I just zipped this whole project and ran the same project on my friend's computer. and it works well without any error message.
Does anybody know what I did wrong?