![]() |
Command Bars Designer Crashes |
Post Reply
|
| Author | |
Ark42
Senior Member
Joined: 20 October 2003 Status: Offline Points: 291 |
Post Options
Thanks(0)
Quote Reply
Topic: Command Bars Designer CrashesPosted: 17 February 2005 at 6:20pm |
|
Just open it up and click on the button to add a new control, and it crashes. |
|
![]() |
|
gshawn
Senior Member
Joined: 04 October 2004 Status: Offline Points: 227 |
Post Options
Thanks(0)
Quote Reply
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...
|
|
![]() |
|
Ark42
Senior Member
Joined: 20 October 2003 Status: Offline Points: 291 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |