![]() |
Crashing app when exiting |
Post Reply ![]() |
Author | |
User ![]() Newbie ![]() Joined: 09 March 2006 Location: United States Status: Offline Points: 2 |
![]() ![]() ![]() ![]() ![]() Posted: 09 March 2006 at 11:41pm |
Our application is crashing every time when we are exiting application.
Attached zip file contains: 1.MyDockingDesktop project source code this is a layout of my application only with panes, but not real data. 2.Debug Assertion Failed.doc with screen captures of application and crash. Could you tell me, please is it something we are not doing correctly in this case how we can do this correctly or Xtream ToolkitPro does not support this layout? Thank you 2006-03-09_234045_Send.zip |
|
![]() |
|
Oleg ![]() Admin Group ![]() Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
![]() ![]() ![]() ![]() ![]() |
CFrameWnd derived classes must be created only dynamically.
So instead of CFrameWnd m_MyDataFrame2; CFrameWnd m_MyDataFrame3;
etc
use CFrameWnd* m_MyDataFrame2; + m_MyDataFrame2 = new CFrameWnd
CFrameWnd* m_MyDataFrame2; + m_MyDataFrame2 = new CFrameWnd etc |
|
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 |