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 - DeadLegend

Pages: [1]
1
General / Re: Help With Linking and External Symbol Errors
« on: May 22, 2015, 02:41:56 pm »
Its always the stupid stuff, I removed SFML_STATIC and its working. Thanks!

2
General / Help With Linking and External Symbol Errors
« on: May 21, 2015, 10:05:24 pm »
I'm moving a project from a svn repo to my HD, which involved changing a the VS 2013 project properties as I was no longer able to point to the repo sfml folder. I've got everything set up like my lest project, which was working with no errors, but I now have 2 unresolved external symbols:

error LNK2001: unresolved external symbol "public: static class sf::RenderStates const sf::RenderStates::Default" (?Default@RenderStates@sf@@2V12@B)

error LNK2001: unresolved external symbol "public: static class sf::Color const sf::Color::Black" (?Black@Color@sf@@2V12@B)   


I've attached pics of the project settings. Thanks!
 

Pages: [1]
anything