vs2008debug模式下找不到MSVCR90.dll

解决一:直接设置为Realse模式, 但看不到调试信息

 

解决二:

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

2.properties->configuration properties->C/C++->code generation ,把runtime library设置为MTd

你可能感兴趣的:(vs2008debug模式下找不到MSVCR90.dll)