Search code examples
c++codeblockssfml

1d.exe can't find SFML files?


I am trying to use SFML for the first time. I have installed everything correctly but I keep getting these same errors:

1d.exe: Cannot find -lsfml-window-s-d

I'm using Code::Blocks and it cannot find ANY of the files.

Does anyone know how to fix this?


Solution

  • Just copy all files from "SFML/bin" to your project folder where main.cpp is.