现在的位置: 首页 > 综合 > 正文

VC.net命令行程序,没有找到MSVCR80d.dll,因此这个应用程序未能启动。重新安装程序可能会修复此问题

2013年03月14日 ⁄ 综合 ⁄ 共 520字 ⁄ 字号 评论关闭

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模式下的问题。

参考:http://imcc.blogbus.com/logs/2006/02/1896067.html

抱歉!评论已关闭.