Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Crash in TabManager sample [13.2]
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Crash in TabManager sample [13.2]

 Post Reply Post Reply
Author
Message
flashk View Drop Down
Groupie
Groupie


Joined: 04 March 2008
Status: Offline
Points: 44
Post Options Post Options   Thanks (0) Thanks(0)   Quote flashk Quote  Post ReplyReply Direct Link To This Post Topic: Crash in TabManager sample [13.2]
    Posted: 22 October 2009 at 7:44pm
Hi,

I've installed Toolkit Pro 13.2 and compiled it using Visual Studio 2008 in "Dynamic Release" mode. I'm getting a crash in the TabManager sample. The crash is 100% reliable for me. Here are the minimum steps to reproduce:

  • Run TabManager.exe

  • Select any item from the Theme drop list in the toolbar

  • Application crashes

Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 23 October 2009 at 8:30am
Hi,
 
Hmm, maybe its because exe don't have resources. How you compile sample ? .
Please compile as Debug and show assert error.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
mgoldshteyn View Drop Down
Groupie
Groupie


Joined: 30 December 2007
Status: Offline
Points: 18
Post Options Post Options   Thanks (0) Thanks(0)   Quote mgoldshteyn Quote  Post ReplyReply Direct Link To This Post Posted: 23 October 2009 at 10:38am
I can reproduce this crash.
 
Here is the failed assertion:
 
AFXWIN_INLINE CWnd* CWnd::GetParent() const

{ ASSERT(::IsWindow(m_hWnd)); return CWnd::FromHandle(::GetParent(m_hWnd)); }

Here is the entire call stack:
 
Here is a screen shot from the VS2008 debugger to give you more details:
 
Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 23 October 2009 at 6:35pm

I sense it could have something to do with this:

PokerMemento - http://www.pokermemento.com/
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 26 October 2009 at 3:24am
Thanks, I see it now
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.047 seconds.