XTThemeManager Assert |
Post Reply |
Author | |
Kenneth
Senior Member Joined: 23 May 2004 Location: United States Status: Offline Points: 256 |
Post Options
Thanks(0)
Posted: 24 April 2007 at 6:46pm |
On line 318 of the XTThemeManager.cpp, there is the following:
ASSERT(m_factoryList.m_pHead == 0);
which asserts when in debug mode. I did a global search of all files in the codejock source and do not see any place where m_factoryList.m_pHead is set to a value.
Is this an error?
This is in the 1042 version of the toolkitpro.
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
This assert shows that you haven't deleted some control with theme. check what value has m_factoryList.m_pHead.
|
|
Oleg, Support Team
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 |