Msvcr100d. dll is missing when you check the software version.
Install VC ++ 2010 redistribution, or prompt to lose this DLL file, copy is useless
It turns out to be
**************************************** **************************************** **************
Find settings in VC, property-> C/C ++-> code generation-> Runtime Library
Msvcr100d. dll, which corresponds to the Runtime Library version of the Code Generation of the C ++ compiler. By default, vs2010 sets it to multi-threaded debug DLL (/MDD). msvcr100d. dll is used. The normal release should be set to multi-threaded (/mt) or/MD, and then the DLL in VC ++ 2010 redistribution will be used. DLL with D contains living
Debugging functions, but not in redistribution.
In addition, changing the compilation mode from debug to release also modifies this configuration. But don't forget to reconfigure the values in VC ++ dictionary under release and link input. These configurations won't be copied from debug.