Print Page | Close Window

Bug in Toolkit Wizard

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=7471
Printed Date: 16 May 2024 at 4:34pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Bug in Toolkit Wizard
Posted By: znakeeye
Subject: Bug in Toolkit Wizard
Date Posted: 28 June 2007 at 11:29am
Hi,
 
This is an old issue, but I'll pinpoint it again so it will indeed be fixed in the next release. I'm using v11.1.2.
 
I run the wizard and choose the following:
* Multiple documents, Document/View support, non-unicode, MFC standard, static library
* No toolbars
* No docking pane, MDI tabbed interface, no intelligent menus or toolbar customization
* The view is derived from CFormView
 
... and when I compile the project I get the following error:
mainfrm.cpp(69) : error C2065: 'pCommandBars' : undeclared identifier
 
It's been like this since v10.0...
 
Please fix it. Thanks!



Replies:
Posted By: Silver Surfer
Date Posted: 02 July 2007 at 6:26am
I just purchased Codejock and haven't used it before, so I'm quite new to this. I ran into the same issue here. In the meantime while waiting for a fix on this issue, do you know how to workaround this error and fix this error so it compiles and works?


Posted By: Oleg
Date Posted: 02 July 2007 at 8:43am
Hi,
 
Easy workaround - don't uncheck "No toolbars" :) . if you don't need toolbars and dockinpanes just use standard MFC wizard.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Silver Surfer
Date Posted: 02 July 2007 at 10:28am
Thx! That seems to be a viable workaround


Posted By: znakeeye
Date Posted: 02 July 2007 at 11:34am
silver, or you could add the following statement before the erroneous line:
 
CXTPCommandBars *pCommandBars = GetCommandBars();



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