This program cannot be started because MSVCP100D.dll is missing from the computer. Try reinstalling the program to resolve this issue.

Source: Internet
Author: User

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.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.