- Posted by Admin on July 4, 2009
在微软的网站上找到的,因为bug提交的太晚,SP1不修复,要等VC10再修复了。。百度谷歌都搜不到中文结果,帖出来。
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)
解决办法:
你可以把项目重新编译一下就可以了,项目一定要放到NTFS分区
再不行就将debug模式改为Release模式,那一般就解决了