Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Property Grid
  New Posts New Posts RSS Feed - Acess Violation at...
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Acess Violation at...

 Post Reply Post Reply
Author
Message Reverse Sort Order
facelift View Drop Down
Newbie
Newbie
Avatar

Joined: 29 July 2008
Location: Russian Federation
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote facelift Quote  Post ReplyReply Direct Link To This Post Topic: Acess Violation at...
    Posted: 29 July 2008 at 3:33am
Unhandled exception at 0x04b16368 (ToolkitPro1200vc71D.dll) in icad.exe: 0xC0000005: Access violation reading location 0x000000e8.
---------------------------------------------------------------------------------------
m_pGrid = 0x00000008

CXTPPropertyGridItem::~CXTPPropertyGridItem()
{
    Clear();

    XTPMarkupReleaseElement(m_pMarkupUIElement);
}


void CXTPPropertyGridItem::Clear()
{
    if (m_pGrid && m_pGrid->m_pSelected == this)  HERE HE ID DYING
    {
        m_pGrid->m_pSelected = NULL;
    }
}
---------------------------------------------------------------------------------------
What is wrong? How can I fix that?
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.203 seconds.