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

Same problem MSCVP90D.dill not found,

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)

 

以上是网上找到的,具体操作就是把设置改成Multi-threaded Debug (/MTd) ,然后编译一下,再改回Multi-threaded Debug DLL (/MDd)。试了下确实可以。

你可能感兴趣的:(properties,dll,Build,library,generation)