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)。试了下确实可以。
本文介绍了一种解决MSCVP90D.dill文件未找到问题的方法,通过临时更改Visual Studio中项目的运行库设置为Multi-threadedDebug(/MTd),然后再改回Multi-threadedDebugDLL(/MDd),以此解决编译错误。
596

被折叠的 条评论
为什么被折叠?



