Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Crashes with 11.1
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Crashes with 11.1

 Post Reply Post Reply
Author
Message
ABuenger View Drop Down
Newbie
Newbie
Avatar

Joined: 02 February 2006
Status: Offline
Points: 1075
Post Options Post Options   Thanks (0) Thanks(0)   Quote ABuenger Quote  Post ReplyReply Direct Link To This Post Topic: Crashes with 11.1
    Posted: 17 April 2007 at 6:42pm
After upgrading to 11.1 I get frequent crashes with my app which I also could reproduce with the modified RibbonMDISample (http://forum.codejock.com/forum_posts.asp?TID=6899)

The crash occurs when the app is closed. Not every time, but from time to time, in about 5-10%.


Call stack:

feeefeee()
_CRT_INIT(void * 0x004a0000, unsigned long 0, void * 0x00000001) line 236
_DllMainCRTStartup(void * 0x004a0000, unsigned long 0, void * 0x00000001) line 289 + 17 bytes
NTDLL! 7c9111a7()
NTDLL! 7c933f31()
KERNEL32! 7c81ca3e()
KERNEL32! 7c81cab6()
doexit(int 0, int 0, int 0) line 392
exit(int 0) line 279 + 13 bytes
wWinMainCRTStartup() line 345
KERNEL32! 7c816d4f()

Codejock support
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: 18 April 2007 at 1:11am
Hello,
 
add
 
CXTPSkinManagerApiHook* pApiHook = CXTPSkinManagerApiHook::GetInstance();
 pApiHook;
 
in end of constructor
 
Thank you
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
ABuenger View Drop Down
Newbie
Newbie
Avatar

Joined: 02 February 2006
Status: Offline
Points: 1075
Post Options Post Options   Thanks (0) Thanks(0)   Quote ABuenger Quote  Post ReplyReply Direct Link To This Post Posted: 18 April 2007 at 5:12am
Fixed. 
Codejock support
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.203 seconds.