SFML community forums
Help => Graphics => Topic started by: eradiuslore on March 28, 2011, 06:48:04 pm
-
hey everyone, when i tried to run the graphics view tutorial .cpp download i got this error
Error 1 error LNK2001: unresolved external symbol "public: static class sf::Color const sf::Color::White" (?White@Color@sf@@2V12@B) main.obj
i was wondering if anyone can tell me why i might be getting this? and how can i fix it?
-
You must define SFML_DYNAMIC when working with the SFML dynamic libraries.