SFML community forums
Help => General => Topic started by: nullGrind on February 02, 2010, 05:37:44 pm
-
Hello guys.
I started my programm often in the debugging mode and there wasnt even one compiler error. But now i wanted to compile a release executable but the compiler keeps claiming that he cant find the sfml librarys.
main.cpp:3:29: warning: SFML/Graphics.hpp: No such file or directory
main.cpp:4:27: warning: SFML/System.hpp: No such file or directory
main.cpp:5:27: warning: SFML/Window.hpp: No such file or directory
Does anybody know about that?
-
You have to add the SFML include (and maybe lib folder too) path to your project another time for the release mode. I'm sure this is the problem.