Print Page | Close Window

Error running debug version of Xtreme CommandBars

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Visual C++ MFC
Forum Description: Topics related to Codejock Visual C++ MFC products
URL: http://forum.codejock.com/forum_posts.asp?TID=16984
Printed Date: 05 May 2024 at 1:51pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Error running debug version of Xtreme CommandBars
Posted By: BobT
Subject: Error running debug version of Xtreme CommandBars
Date 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?



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net