So I have been trying to get this to work for ages. I have Windows 8 and Visual Studio 2012 Ultimate. I get this error:
The program can't start because msvcp100d.dll is missing from your computer
This error occurs whenever I run a program with SFML code inside of it. If I have a program setup to link to SFML, but I don't use SFML code in the program, it runs fine. If I used ANY code related to SFML (like #include <SFML/Graphics.hpp>), I get the error. I have a laptop with windows 7 and Visual Studio 2012 Ultimate , and with the same project properties it runs fine with SFML.
I really am stumped on this