关于VS2008下提示找不到MSVCP90D.dll的解决办法

went to  "Project | Game Properties | Configuration Properties | C/C++ | Code Generation | Runtime Library"

and set Multi-threaded Debug (/MTd)

did build generated error messages...

then reset

"Project | Game Properties | Configuration Properties | C/C++ | Code Generation | Runtime Library"

to

Multi-threaded Debug DLL (/MDd)

what it was originally, worked.

 

中文:选择菜单 "Project | (解决方案名) Properties | Configuration Properties | C/C++ | Code Generation | Runtime Library",设置Runtime Library为 Multi-threaded Debug (/MTd)然后构建,会产生很多错误。

构建后将 Runtime Library重新设置为 Multi-threaded Debug DLL (/MDd)。这样就行了。

你可能感兴趣的:(关于VS2008下提示找不到MSVCP90D.dll的解决办法)