I wrote a demo, I was prompted: "Unable to start this program, because the computer lost MSVCP100D.dll." Try reinstalling the program to resolve this issue. ”
find attributes in a project: Property->c/c++->code generation->runtime Library
It would be nice to change the multithreaded debugging DLL (/MDD) to multithreaded Debugging (/MTD).
Summarize:
MSVCP100D.dll, this DLL corresponds to the setting of the runtime library version of the C + + compiler's code generation. The default vs2010 will set him to the multi-threaded Debug DLL (/MDD), where MSVCP100D.dll is used. Normal release should be set to multi-threaded (/MT) or/MD, then will go to use VC + + redistribution in the DLL. DLL with D contains debug functionality required for living debug, but not in redistribution. In addition, changing the compilation mode directly from debug to release also modifies this configuration. But don't forget to put the release of VC + + dictionary in the value and link input reconfiguration Oh, these configurations will also not be copied from debug.