So i followed the tutorial from the
Tutorial - Getting started - SFML and Code::Blocks (MinGW) and I keep getting this "Error starting the application since the sfml-system.dll wasnt found. Reinstalling the application can solve the problem" when i try to compile it. I dont think im installing it correctly.
I reinstalled 4 times and keep getting the same error[/b]
I dl latest Codeblocks, full SFML SDK and then
I followed:Copy the SFML development files to your Code::Blocks installation directory
* Copy SFML-x.y\include\SFML to the \include directory of your Code::Blocks installation (so that you obtain include\SFML)
* Copy the *.a files in SFML-x.y\lib to the \lib directory of your Code::Blocks installation
HELP