Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC
  New Posts New Posts RSS Feed - Error running debug version of Xtreme CommandBars
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Forum LockedError running debug version of Xtreme CommandBars

 Post Reply Post Reply
Author
Message
BobT View Drop Down
Newbie
Newbie


Joined: 20 July 2010
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote BobT Quote  Post ReplyReply Direct Link To This Post Topic: Error running debug version of Xtreme CommandBars
    Posted: 20 July 2010 at 1:37pm
While running the debug version of Xtreme Command Bars under Windows 7 the following error is displayed:
 
First-chance exception in MY.exe (COMMANDBARS1122VC60UD.DLL): 0xC0000005: Access Violation.
 
The error occurs in XTPFrameWnd.h when making the call in CreateObject() below
 
 BOOL InitCommandBars(CRuntimeClass* pCommandBarsClass = RUNTIME_CLASS(CXTPCommandBars))
 {
  ASSERT(pCommandBarsClass->IsDerivedFrom(RUNTIME_CLASS(CXTPCommandBars)));
  m_pCommandBars =  (CXTPCommandBars*) pCommandBarsClass->CreateObject();
  ASSERT(m_pCommandBars);
  if (!m_pCommandBars)
   return FALSE;
  m_pCommandBars->SetSite(this);
  m_pCommandBars->EnableDocking();
  return TRUE;
 }
 
 
Please note that this error does not occur when running release version.
Also, the error did not occur while debuging under Windows Vista.
 
Does anyone know if a newer version of codejock has resolved this issue?
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.156 seconds.