Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - nyam

Pages: [1]
1
General / Re: LNK2001: unresolved external symbol
« on: June 29, 2014, 04:50:13 pm »
OH!!!!!! Thank you T.T

Now It works. I just linked libraries statically ;;

2
General / Re: LNK2001: unresolved external symbol
« on: June 29, 2014, 03:56:28 pm »
well... I use Visual Studio 2010, and I downloaded SFML 2.1 for Visual C++ 10 (2010) at this URL : http://www.sfml-dev.org/download/sfml/2.1/.

Before I post this question, I already download and setup again with that file, but the same error occurred.

3
General / LNK2001: unresolved external symbol
« on: June 29, 2014, 02:00:02 pm »
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 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?

Pages: [1]