I am trying to add SFML libraries in CodeBlocks.
I followed all the tutorials properly added the search directories, Added the names in Linker settings (ommiting the lib prefix and .a suffix)
Everything done properly and checked many times.
But when I run a simple program thats given on their website it gives me these errors
ld.exe cannot find -lsfml-graphics-d
Please help. All the search directories are added correctly still its giving this error.
I am 100 percent sure I followed the tutorials given on the Website correctly.
Please help.