So, lets recap:
1. I downloaded the SJLJ version with Codeblocks
2. New Project -> Empty Project -> Project -> Build Options -> "Name of the project" -> Search directories -> Compiler -> Add -> Then I added the path to the include folder from the sfml file i have downloaded -> Said "No" to the "keep it as a relative path" question.
3."Name of the project" -> Search directories -> Linker -> Add -> Then I added the path to the lib folder from the sfml file i have downloaded-> Said "No" to the "keep it as a relative path" question.
4. Debug -> Linker settings-> Add -> Then I added "sfml-graphics-s-d","sfml-window-s-d","sfml-system-s-d", in this order.
5. Release -> Linker settings-> Add -> Then I added "sfml-graphics-s","sfml-window-s","sfml-system-s", in this order.
6."Name of the project" -> Compiler settings -> defines -> I added "SFML_STATIC"
still not working when i double click on the exe located in the project folder/bin/debug
i get the error: "sfml-graphics-2.dll not found" ...