I'm trying to get set up with SFML in Code Blocks on Windows 7. I'm currently following
the official tutorial but running into some problems.
Following the guide, I have my linker settings as below:
ImageHowever, as you can see, when I build my project, I get errors of the type: "cannot find -lsfml-graphics-s-d".
However, if I select the .a files from the file browser using the Add library button, my settings look like this:
ImageNote the different set of errors.
I have my search directory set up correctly:
ImageAnd that is directory where I unpacked the library.
So... what am I doing wrong?