Debug Assertion Failed in TabbedView Example |
Post Reply |
Author | |
KevinCho
Newbie Joined: 20 July 2014 Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 20 July 2014 at 11:16am |
Hi, I've been testing TabbedView Example. Sometime Visual Studio detected "Debug assertion failed".
Following is the sequence generating Debug Assertion Failed. Run TabbedView Sample. (New Window create by default.) Click Open button in toolbar. (Select dummy file #1) Click Open button in toolbar. (Select dummy file #2) After that Close #1 Child window then Debug Assertion Failed occur. Same problem also happen in my own project. Click Retry Button, VS stopped at ~CXTPTabControl(). Screenshot is here How can i fix it? |
|
kstowell
Admin Group Joined: 25 January 2003 Location: MIchigan, USA Status: Offline Points: 496 |
Post Options
Thanks(0)
|
In CXTPTabControl::~CXTPTabControl() try changing delete m_pDropTarget to SAFE_DELETE(m_pDropTarget) and rebuild the library, let us know if this corrects the problem, thanks!
|
|
Kirk Stowell, President and CEO
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 |