CXTPCriticalSection::EnterCritical() |
Post Reply |
Author | |
tjohnson
Newbie Joined: 20 July 2005 Location: United States Status: Offline Points: 7 |
Post Options
Thanks(0)
Posted: 13 April 2006 at 2:15pm |
I get the following errors as my application shuts down. Execution breaks on ::EnterCriticalSection(&m_csMutex) of void CXTPCriticalSection::EnterCritical(). First-chance exception at 0x7c90eddc in CheckUp.exe: 0xC00000FD: Stack overflow. First-chance exception at 0x7c90eddc in CheckUp.exe: 0xC0000005: Access violation writing location 0x00030eec. Unhandled exception at 0x7c90eddc in CheckUp.exe: 0xC0000005: Access violation writing location 0x00030eec. The stack trace looks something like this and repeats the last two entries many times: > ToolkitPro1010vc80UD.dll!CXTPCriticalSection::Ente rCritical() Line 136 + 0xc bytes C++
Any ideas what is causing this problem? The code worked fine until I added a single line in the application class to load a skin. This skin works fine with the framework in other applications. XTPSkinManager()->LoadSkin(_T( "C:\\WINDOWS\\Resources\\Themes\\CoronaLaST\\Corona-Violet.m sstyles")); |
|
~Travis
|
|
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 |