關于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)
posted on 2009-05-15 22:21 蔣耘 閱讀(1095) 評論(0) 編輯 收藏 所屬分類: C/C++