Msvcr80.dll cannot be found

Source: Internet
Author: User

 

Add the following code to the stdafx. h file:

# Pragma comment (linker, "/"/manifestdependency: TYPE = 'win32 'name = 'Microsoft. vc80.crt 'version = '8. 0.50608.0 'processorarchitecture = 'x86 'publickeytoken = '1fc8b3b9a1e18e3b' Language = '*'/"")


In vs2005, if the above line of code is not found, the running will prompt: msvcr80.dll is not found. when compiling the vs2005 project today, "msvcr80.dll is not found, so this application cannot be started. Re-installing the application may fix this issue. This problem occurs in the debug version, but does not occur if release is used. Solution: Properties> Configuration Properties> code generation> Runtime Library> multi-threaded Debug. Change multi-threaded debug to multi-threaded DLL (/MD ), solve the problem. Mark...

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.