Laurent that really worked, I can't express my gratitude. Now I feel I can begin exploring SFML.
I have 2 questions however.
1) I find my self continuously going to Project -> Build Options... -> Linker Settings -> Other linker options and type:
-lsfml-graphics-s
-lsfml-window-s
-lsfml-system-s
-static-libgcc
When i quit the project, exit Code::blocks or just open a new project i have to go to Project -> Build Options... again and type the same linker libraries (they don't stay).
Is there a way to keep the libraries there for every project i make.
2) I noticed that whenever i execute an SFML .exe file that has its own window a command line window opens up as well ( both for debug and release versions).
Is it possible to get rid of the command line window?