[solved] Exception when closing dialog based app
Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=23045
Printed Date: 23 December 2024 at 9:31pm Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: [solved] Exception when closing dialog based app
Posted By: Alex H.
Subject: [solved] Exception when closing dialog based app
Date Posted: 14 June 2016 at 4:22am
This dialog worked fine with XT P16.4 but crashes with XTP 17.2 in both cases i use VS 2013
First there is an ASSERT in wincore.cpp line 1065
ENSURE(pMap != NULL);
It looks like a Problem with CXTPFrameShadowManager:
Here is the stack:
cuml13.dll!CWnd::DestroyWindow() Line 1065 C++ cuml13.dll!CWnd::~CWnd() Line 823 C++ > cuml13.dll!CXTPFrameShadowManager::CWtsEventListener::~CWtsEventListener() Line 180 C++ cuml13.dll!CXTPFrameShadowManager::CWtsEventListener::`scalar deleting destructor'(unsigned int) C++ cuml13.dll!CXTPFrameShadowManager::~CXTPFrameShadowManager() Line 228 C++ cuml13.dll!CXTPSingleton<CXTPFrameShadowManager>::Destroy(void * ptr) Line 102 C++ cuml13.dll!CXTPSingletonPointer::~CXTPSingletonPointer() Line 50 C++ cuml13.dll!`CXTPSingleton<CXTPFrameShadowManager>::InstancePointer'::`2'::`dynamic atexit destructor for 'instanceHolder''() C++ cuml13.dll!doexit(int code, int quick, int retcaller) Line 628 C cuml13.dll!_cexit() Line 448 C ...
|
Replies:
Posted By: Alex H.
Date Posted: 14 June 2016 at 5:07am
Could you please fix the problem or give me a workaround?
|
Posted By: Alex H.
Date Posted: 20 June 2016 at 6:31am
Hello Codejock-Team!
Can you please have a look at the code of the CXTPFrameShadowManager?
Please help!
|
Posted By: astoyan
Date Posted: 05 September 2016 at 2:24am
The issue has been fixed. Please re-do you test once an update is out and let me know if anything doesn't work as expected.
Regards, Alexander
|
Posted By: Alex H.
Date Posted: 14 September 2016 at 2:30am
Thank you for the feedback! Can you post the code (change) or is it too complicated?
Regards, Alex
|
Posted By: Alex H.
Date Posted: 22 September 2016 at 9:55am
Can you post the necessary fix?
|
|