unhandled exception in xxxexe 0xC0000005:Access Violation

 

编译错误指向
_AFXWIN_INLINE CGdiObject::operator HGDIOBJ() const
{ return this == NULL ? NULL : m_hObject; }
_AFXWIN_INLINE HGDIOBJ CGdiObject::GetSafeHandle() const
{ return this == NULL ? NULL : m_hObject; }
_AFXWIN_INLINE CGdiObject::CGdiObject()
{ m_hObject = NULL; }

 

明天接着弄。。

posted on 2010-07-09 17:45  朱超  阅读(787)  评论(2编辑  收藏  举报