Hi community,
I have Code::Blocks 13.12 and I have SFML installed just like the tutorial says. Than I have tried to compile but it didn't work, so I downloaded and installed the MinGW compiler and than it has worked (the example code). I have been reading a tutorial from SFML and some codes doesn't work with mine (for example sf::Window::Closed, it says something like Closed is not from Window). Not just that, if I create a new project just like I did the first time, it just doesn't work, the compiler says fatal error in the first line "#include <SFML/Window.hpp>". The problem is that probably (I'm not pretty sure) the MinGW compiler isn't installed properly, can that be the problem?
I will really thank the solution
.