解决“unhandle exception ... MFCO42D.DLL”问题

时间:2021-06-12 23:59:04

在用MFC编程时,有时会遇到如下情况:

解决“unhandle exception ... MFCO42D.DLL”问题

图(1) Unhandled exception MFCO42D.DLL

出现该问题的原因是:没有把工程设置为“Use MFC in a Static Library”。
解决方法:
1)点击VC6.0工具栏上的【Project】 –> Setting –> 在General选项卡:选择”Use MFC in a Shared DLL” –> OK,如图(2)所示:

解决“unhandle exception ... MFCO42D.DLL”问题

图(2)在Project Setting里选择:Use MFC in a Shared DLL

2) 再点击工具栏上的【Build】 –> Rebuild All 即可

参考地址:http://bbs.csdn.net/topics/360172645