msvcp110d.dll, msvcr110d.dll,
these are DLLs from the debug runtime. You're not supposed (allowed) to ship them to end users. Regular "Release" binaries would not require them anyways.
Christian
I actually took them from the redistributable (see previous post) and just put them into my directory. It might be because I don't compile it on the same machine as I run it. But I always switch to Release version in VS2012 before I compile.
[edit]
Just tested to run it without those files and it does

I guess in one of my earliest compile attempts I didn't switch to release and then added those files to be actually able to run it. Will not add them in the future anymore.