SFML. , :
#include <SFML/System.hpp>
#include <SFML/Window.hpp>
#include <SFML/Graphics.hpp>
sf:: RenderWindow, sf:: Window
This should while (App.isOpen())not be IsOpened ()
Unless you have the "isOpen" function on your RenderWindow, you probably don't have SFML2, which I recommend getting immediately.
Did you rebuild the libraries for your computer, or did you just try to use the .dlls that they provide? You may need to rebuild them using Cmake and any of your compilers. I know what I did.
Finally, I also recommend using the latest Code :: Blocks instead of your IDE, but I think only switch as a last resort.
source
share