本文介绍了0x4aee65a7(GdiPlus.dll)的第一次机会异常的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在MFC应用程序中使用GDI +.
当我调试它时,VS2008的输出窗口显示以下信息:

SkinMgr.exe中0x4aee65a7(GdiPlus.dll)的首次机会异常:0xC0000005:访问冲突写入位置0x014a1044

这样的消息满足了输出窗口的要求,但是在Debug版本和Release版本中都能很好地运行.

我注意到这样的警告发生在Gdiplus::Bitmap::SelectActiveFrameGdiplus::Bitmap::GetHBitmap中.

我不知道这是否是潜在的错误.
有没有人遇到过这样的问题?
感谢所有帮助或提示.

I use GDI+ in my MFC Application.
When I debug it, the output window of VS2008 displays the below information:

First-chance exception at 0x4aee65a7 (GdiPlus.dll) in SkinMgr.exe: 0xC0000005: Access violation writing location 0x014a1044

Such messages fulfills the output window, but it runs well in Debug version as well as Release version.

I noticed that such warnings happen in Gdiplus::Bitmap::SelectActiveFrame and Gdiplus::Bitmap::GetHBitmap.

I don''t know whether it''s a potential error.
Did anyone has encountered such problem?
Appreciated for any help or tips.

推荐答案



这篇关于0x4aee65a7(GdiPlus.dll)的第一次机会异常的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-11 04:41