VS2005运行提示:没有找到 MSVCR80.dll

添加代码:

#pragma comment(linker, "\"/manifestdependency:type='Win32' name='Microsoft.VC80.CRT' version='8.0.50608.0' processorArchitecture='X86' publicKeyToken='1fc8b3b9a1e18e3b' language='*'\"")

在VS2005中,如果没有上面这行代码,运行会提示:没有找到 MSVCR80.dll
原文地址:https://www.cnblogs.com/niuniu502/p/1588943.html