Hi guys. I'm a SFML beginner, and I just went through the process of installing it. What I did was to follow
this tutorial (
http://sfmlcoder.wordpress.com/2011/06/15/building-sfml-2-nmake/) to download SFML 2.0 and compile it for Visual Studio 20[12] with CMake and NMake. Everything went well, and I ran the sample code.
That's where things got weird. I use Avast! Antivirus, and it always makes a little sandbox for programs to run on it before actually running on windows. So, I compile my program, no errors, and run it. Avast! pops up, the program runs on its sandbox, I get my blank SFML window, all perfect. Then Avast! asked me if I'd like to allow my program to be executed on my computer, and I said yes. And then I got the message that "sfml-graphics-d-2.dll is missing". The thing is: 1) it's not, it's there on the executable folder and 2) it worked on Avast! sandbox!
Does anybody have a clue of what might be happening? Meanwhile, I'll recompile the sources and re-configure the project's properties all over again. Thanks a bunch.