I was following the tutorial for the installation of SFML in CodeBlocks, found here:
http://www.sfml-dev.org/tutorials/1.6/start-cb.php. I tried compiling the example project as instructed, and I get this error:
The program can't start because sfml-system.dll is missing from your computer. Try reinstalling the program to fix this problem."I DO have the sfml-system.dll file in my SFML-1.6 folder, which is placed in the CodeBlocks folder, as required.
Can someone please point out to me the problem with this? I followed the instructions dealing with the Global Compiler Settings, and then I added to the Project Build Options, under Linker Settings > Other Linker Options "-lsfml-system". I
did not add "-lsfml-system-d" or "-s" or "-s-d" anywhere.