VC: msvcrtd. dll is not found, so this application cannot be started.

Source: Internet
Author: User

Generally compiledProgramDebugging programs are generated, that is, executable files under the DEBUG directory. Running the debug version of the EXE file will dynamically connect to mfc42d. DLL and msvcrtd. DLL files, so if you run the file on another machine and the machine does not have the two files or lacks one, the system will see: "You cannot find the required files. DLL file-xx. DLL. Generally, the system does not contain these two files, unless VC is installed. Solution: 1. Choose build> set Active configuration, and then select release. 2. Choose project> Settings, on the General tab, select use MFC in a static library as the first option, that is, static connections generate the release program. Under the release directory, the two annoying DLL files are not used for executable files, which can be used on other machines.

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.