SFML community forums
Help => Graphics => Topic started by: hooiberg on November 20, 2018, 09:22:19 pm
-
I have te issue that I get the lnk2001 unresolved external symbol "pubnlick: static class sf::Color const sf::Color::White error in debug mode. When I go to release mode I have the problem that '/ZI'and '/GL'command-line options are incompatible.
What do I have to do it is my first time using SFML and i don't now how to fix this problem.
-
Linker errors (LNK) are generally caused by poor project settings (e.g. in your IDE) or because it could not find a file needed (because you did not specify its location properly).
I would suggest starting over the installation process with the tutorial, and doing it very slowly -making sure you read everything.
https://www.sfml-dev.org/tutorials/2.5/#getting-started