Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » CHandleMap* pMap = afxMapHWND(); Collapse All
Subject Author Date
uma mahes Jul 24, 2006 - 4:09 AM

wincore.cpp(Line:958) crash problem...
please provide some solutions.....

BOOL CWnd::DestroyWindow()
{
    if (m_hWnd == NULL)
        return FALSE;

    CHandleMap* pMap = afxMapHWND();
    ASSERT(pMap != NULL);
    CWnd* pWnd = (CWnd*)pMap->LookupPermanent(m_hWnd);

as sa Jul 17, 2007 - 5:12 AM

where is the solution?

Technical Support Jul 24, 2006 - 7:53 AM

Please provide more details about your project or send it to us. The error may deal with MFC Regular DLL projects and MFC ActiveX projects if you did not use the AFX_MANAGE_STATE macro.