Possible Duplicate:
Application has failed to start because MSVCP100D.dll was not found, reinstalling app may help…
I compiled my program using Microsoft visual C++ 2010 Express Edition and tried to run it on another machine that did not have the same compiler.
As I double clicked it, and there was message saying MSVCP100D.dll file was found missing.
- What sort of file is this?
- Why did the application fail to start?
- What can I do to start the application there?