【发布时间】:2013-02-21 02:58:00
【问题描述】:
我的非托管 VC++ MFC(不使用 .NET,不支持 CLR,在共享 DLL 中使用 MFC)应用程序尝试将可视 C++ 运行时文件部署为私有程序集。
它在 Windows 7 全新安装的计算机上正常运行。
但是我在新安装的 windows XP sp3 计算机中给出了“This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.” 错误。
我检查了应用程序事件日志。但也没有更多细节,只是显示同样的错误。
然后我阅读了这些主题并在互联网上冲浪。
Thread - 1 Thread - 2 Article -1
但找不到任何解决线索或故障排除方法。所以在这里寻求帮助。
【问题讨论】:
-
您的程序调用了 terminate() 函数。通常是因为未处理的异常。您需要对其进行调试。
-
如何在没有 Visual Studio 的新 windows XP 机器上调试?
-
删除了 winrt 标签,因为这个问题与 Windows 8 无关。