Crashes with 11.1 |
Post Reply |
Author | |
ABuenger
Newbie Joined: 02 February 2006 Status: Offline Points: 1075 |
Post Options
Thanks(0)
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
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
add
CXTPSkinManagerApiHook* pApiHook = CXTPSkinManagerApiHook::GetInstance();
pApiHook; in end of constructor
Thank you |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
ABuenger
Newbie Joined: 02 February 2006 Status: Offline Points: 1075 |
Post Options
Thanks(0)
|
Fixed.
|
|
Codejock support
|
|
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 |