且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

MFC应用程序已停止工作

更新时间:2021-11-16 22:30:24

嗨Sayena,

Hi Sayena,

感谢您在此处发帖。

>>在拥有本地ODBC连接之前然后我们将databsae移动到我们网络中另一个设备上的SQL服务器。正好在移动到ODBC服务器连接到SQL服务器后,这些例外就开始了。

相同的应用程序在带有SQL Server的Windows Server 2003上运行良好。

我无法在服务器设备上调试它,我无法创建开发环境中的问题。

对于这种情况,你可以使用_CrtSetDbgFlag()来启用一堆有用的堆调试技术。

For this case, you could use _CrtSetDbgFlag() to enable a bunch of useful heap debugging techniques.

这是一份供你参考的文件。

Here is a document for you as a reference.

https://msdn.microsoft.com/en-us/library/x98tx3cf.asp x

此外,vc 6.0太旧了,现在已不再支持了。请尝试更新您的vs,然后重试。

Besides, the vc 6.0 is too old that is out of support now. Please try to update your vs and try again.

https://www.visualstudio.com/下载/

您的理解与合作将不胜感激。

Your understanding and cooperation will be grateful.

最诚挚的问候,

Baron Bi