I'm new to C++ and I wanted to try SFML.
So I downloaded visual studio 2012 and the SFML 2.1 zip file. Extracted it to C:/sfml2.1
And I followed the instructions. I also disabled the 'Precompiled header' option in 'configuration -> C/C++ -> Precompiled headers' as suggested by another thread here on gamedev.
But I'm getting this error:
The program can't start because sfml-system-d-2.dll is missing from your computer. Try reinstall...
Any ideas?
Thanks in advance!