![]() |
Toolkitpro crash in CXTPDockingPaneTabbedContainer |
Post Reply
|
| Author | |
gohain
Newbie
Joined: 25 November 2010 Status: Offline Points: 6 |
Post Options
Thanks(0)
Quote Reply
Topic: Toolkitpro crash in CXTPDockingPaneTabbedContainerPosted: 17 July 2013 at 3:09am |
|
Hello,
I am getting toolkit pro crash on Windows 2003 Server SP3 and VC10 environment.I am using Toolkit pro 13.31 version. Below is the code where it is crashes. The user does the pining and unpinning of tab. It crashes in pButton->GetID(). The class TOCDockingPaneTabbedContainer is derived from CXTPDockingPaneTabbedContainer. Thanks, Rajib void CTOCDockingPaneTabbedContainer::OnCaptionButtonClick(CXTPDockingPaneCaptionButton* pButton) { CXTPDockingPaneTabbedContainer::OnCaptionButtonClick(pButton); if (pButton->GetID() == IDS_FLEX) { if (!m_bEnable) { return; } } } |
|
![]() |
|
gohain
Newbie
Joined: 25 November 2010 Status: Offline Points: 6 |
Post Options
Thanks(0)
Quote Reply
Posted: 17 July 2013 at 3:10am |
|
It is crashing in pButton->GetID() line.
|
|
![]() |
|
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 |