SFML community forums

Help => Graphics => Topic started by: kadajett on January 27, 2010, 01:59:20 am

Title: Trying to use sf::Color but getting an unresolved external
Post by: kadajett on January 27, 2010, 01:59:20 am
Code: [Select]

1>Main.obj : error LNK2001: unresolved external symbol "public: static class sf::Color const sf::Color::Magenta" (?Magenta@Color@sf@@2V12@B)
1>C:\Users\Kadajett\Documents\Visual Studio 2008\Projects\Cropper\Debug\Cropper.exe : fatal error LNK1120: 1 unresolved externals
Title: Trying to use sf::Color but getting an unresolved external
Post by: Laurent on January 27, 2010, 08:45:47 am
Define SFML_DYNAMIC in your project's preprocessor options.