Hey guys, I'm just posting in this topic, because I also have problems installing SFML on my windows machine (it works perfectly on mac).
I copied the files correctly and also wrote a simple program, which uses the graphics-package of SFML. I linked it correctly and the program compiles without errors.
When I run the compiled .exe it's displaying a error, saying the sfml-graphics.dll could not be found. When copying the .dll to the Visual Studio Project-Folder (debug) it crashes.
Any suggestions?
Update: It works now. I had to link the library with the '-d' prefix.