can't find MSVCR80D.dll

来源:互联网 发布:船舶节能软件供应商 编辑:程序博客网 时间:2024/05/11 00:12
Q:   I 've   created   a   simple   Win32   console   application.  When   I   try   to   debug   it,   I   get   the   message:
"This   application   has   failed   to   start   because  MSVCR80D.dll   was   not   found.   Re-installing   the   application  may   fix   the   problem. "
我用VS2005新建了一个Win32的命令行程序,当用Debug模式时,会得到“没有找到MSVCR80d.dll,因此这个应用程序未能启动。重新安装程序可能会修复此问题”。

A:   In   the   Visual   Studio   Project   properties   of   the  Manifest   Tool,   under   General   you   can   activate   "Use  FAT32   Work-around ".   Now   everything   works   fine.
在VS2005的项目属性上,选择配置属性-> 清单工具-> 常规-> 使用FAT32解决办法,选择“是”。解决Debug模式下的问题。
原创粉丝点击