SFML community forums

Help => Graphics => Topic started by: eradiuslore on March 28, 2011, 06:48:04 pm

Title: View tutorial error
Post 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?
Title: View tutorial error
Post by: Laurent on March 28, 2011, 06:58:30 pm
You must define SFML_DYNAMIC when working with the SFML dynamic libraries.