Hello,

I am trying to run a simple 'hello world' on MS Visual 2010 Ultimate. It compiles ok, but when I run the exe on a windows computer that does not have MS Visual 2010 Ultimate installed, the console exe fails with an error: missing MSVCP100D.DLL

I can compile and create a release on MS Visual 2008, and use it on a computer that does not have MS Visual installed and it works.

What do I need to do in the 2010 Ultimate to make it work as a simple exe.