各位高手帮帮忙,现在一个c++的进程,在windows2000的环境上总是弹出Debug的告警框,现在代码找不到错误,能不能用什么方法屏蔽该告警框。如果出现异常就直接退出,只要不弹出告警框就行了。
请各位高手帮帮忙。
告警框的内容如下:
Miscrosoft Visual C++ Debug Library
Debug Error!
Program: D:\xxx.exe
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
(Press Retry to debug the application)
------解决方案--------------------------------------------------------
尝试重新安装vc的动态运行库并杀一下毒
------解决方案--------------------------------------------------------
1.既然有代码的话,根据代码,编译成release版本
2.在这台2000的机器上,安装代码的编译环境,目的是顺便安装对应的runtime库...