Print Page | Close Window

Command Bars Designer Crashes

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=1808
Printed Date: 07 November 2025 at 2:26pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Command Bars Designer Crashes
Posted By: Ark42
Subject: Command Bars Designer Crashes
Date Posted: 17 February 2005 at 6:20pm

Just open it up and click on the button to add a new control, and it crashes.




Replies:
Posted By: gshawn
Date Posted: 17 February 2005 at 6:28pm
Hi, I am unable to reproduce. Running ActiveX v9.60 on Windows XP Pro SP2 with the latest patches...


Posted By: Ark42
Date Posted: 17 February 2005 at 6:31pm

Oh I can easily reproduce it, the problem is clear in CDialogNewControl::OnInitDialog and CPaneControls::OnPanecontrolsAdd both there is a NULL refrence because lpTypes was extended from
const LPCTSTR lpTypes[] = {NULL, _T("xtpControlButton"), _T("xtpControlPopup"), _T("xtpControlButtonPopup"), _T("xtpControlSplitButtonPopup"), _T("xtpControlComboBox"), _T("xtpControlEdit") };
to
const LPCTSTR lpTypes[] = {NULL, _T("xtpControlButton"), _T("xtpControlPopup"), _T("xtpControlButtonPopup"), _T("xtpControlSplitButtonPopup"), _T("xtpControlComboBox"), _T("xtpControlEdit"), NULL, _T("xtpControlLabel") };
in v9.60


Posted By: Oleg
Date Posted: 18 February 2005 at 3:32am
Thank you, this fix will be included in hot fix 9.60.1

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



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