六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 35|回复: 0

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

[复制链接]

升级  42%

3

主题

3

主题

3

主题

童生

Rank: 1

积分
21
 楼主| 发表于 2013-1-26 15:03:01 | 显示全部楼层 |阅读模式
在Google和百度上都没有找到中文的解决办法,在微软官网上找到了,现在贴出来供大家参考。
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)。这样就行了。
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表