Problem with Skin Controls sample
Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Skin Framework
Forum Description: Topics Related to Codejock Skin Framework
URL: http://forum.codejock.com/forum_posts.asp?TID=7470
Printed Date: 27 November 2024 at 5:50am Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: Problem with Skin Controls sample
Posted By: Synapse
Subject: Problem with Skin Controls sample
Date Posted: 28 June 2007 at 6:30am
Hi, I've got a problem with the Skin Controls sample, when running on Visual Studio 6. With VS2003 or VS2005, it works perfectly, but with Visual Studio 6, there's a crash at the beginning of the execution (in Debug mode).
Here's my call stack :
NTDLL! 7c911230() MSVCRTD! 10214fc8() MFC42D! 5f478f5f() MFCO42D! 5f54ac1b() CXTPSkinObject::OnEndHook() line 624 CXTPSkinManager::HookWndProc(HWND__ * 0x001a02ee, unsigned int 129, unsigned int 0, long 1220712) line 694 USER32! 7e398734() USER32! 7e39d05b() USER32! 7e39b4c0() USER32! 7e39f9fe() NTDLL! 7c91eae3() USER32! 7e3a42e9() USER32! 7e3a592c() USER32! 7e3ba91e() USER32! 7e3ba284() USER32! 7e3e61d3() USER32! 7e3e6278() USER32! 7e3d0617() USER32! 7e3d05cf() MSVCRTD! 10214d97() MSVCRTD! 10215513() MSVCRTD! 10215206() MFC42D! 5f478f5f() MFCO42D! 5f54ac1b() CXTPSkinObject::OnEndHook() line 624 CXTPSkinManager::HookWndProc(HWND__ * 0x00120342, unsigned int 49784, unsigned int 0, long 0) line 694 USER32! 7e398734() USER32! 7e398816() USER32! 7e39b89b() USER32! 7e3af3cc() MFC42D! 5f483834() CXTPSkinObject::OnHookAttached(tagCREATESTRUCTA * 0x0012f2c8, tagCREATESTRUCTA * 0x0012f2c8) line 235 + 35 bytes CXTPSkinObjectFrame::OnHookAttached(tagCREATESTRUCTA * 0x0012f2c8, int 1) line 246 CXTPSkinObject::AttachHook(HWND__ * 0x00120342, tagCREATESTRUCTA * 0x0012f2c8, int 1) line 209 + 24 bytes CXTPSkinManager::SetHook(HWND__ * 0x00120342, const char * 0x0012f1e8, tagCREATESTRUCTA * 0x0012f2c8, int 1) line 554 CXTPSkinManager::CbtFilterHook(int 3, unsigned int 1180482, long 1241740) line 602 + 35 bytes USER32! 7e3b18e3() USER32! 7e3cf687() NTDLL! 7c91eae3() MFC42D! 5f42f82d() USER32! 7e3b18e3() USER32! 7e3cf687() NTDLL! 7c91eae3() USER32! 7e3a42e9() USER32! 7e3a4704() USER32! 7e3b9b0b() MFC42D! 5f4363e7() MFC42D! 5f436a22() CSkinControlsApp::InitInstance() line 63 + 11 bytes MFC42D! 5f4359f3() WinMain(HINSTANCE__ * 0x00400000, HINSTANCE__ * 0x00000000, char * 0x00151f41, int 1) line 30 WinMainCRTStartup() line 330 + 54 bytes KERNEL32! 7c816fd7()
|
Replies:
Posted By: Synapse
Date Posted: 28 June 2007 at 8:55am
I precise something : I followed it with the debbuger, the crash occurs between the end of the constructor of the CSkinControlsDlg class, and the beginning of OnIniDialog().
------------- Codejock Xtrem Skin Framework 2007 11.1.3
Windows XP SP2
|
Posted By: Oleg
Date Posted: 29 June 2007 at 1:13am
Hello,
Do you have service pack for vc6 ?
------------- Oleg, Support Team CODEJOCK SOFTWARE SOLUTIONS
|
Posted By: Synapse
Date Posted: 29 June 2007 at 3:07am
Yes. It crashes only in debug.
------------- Codejock Xtrem Skin Framework 2007 11.1.3
Windows XP SP2
|
Posted By: Oleg
Date Posted: 30 June 2007 at 4:08am
Hi,
May be you installed sp/some fix for vc after you compilled toolkit dll? try to uninstall toolkit and reinstall it again.
------------- Oleg, Support Team CODEJOCK SOFTWARE SOLUTIONS
|
Posted By: Synapse
Date Posted: 02 July 2007 at 3:33am
I reinstalled Codejock and it still crashes. It's weird, on an other computer, it works.
------------- Codejock Xtrem Skin Framework 2007 11.1.3
Windows XP SP2
|
Posted By: Oleg
Date Posted: 02 July 2007 at 5:00am
indeed weird. Do you see same problem with SkinMDISample and SkinSDIsample?
------------- Oleg, Support Team CODEJOCK SOFTWARE SOLUTIONS
|
Posted By: Synapse
Date Posted: 02 July 2007 at 8:09am
I can't build these samples because they need Xtrem Command Bar and I've only bought Xtrem Skin Framework.
------------- Codejock Xtrem Skin Framework 2007 11.1.3
Windows XP SP2
|
Posted By: Oleg
Date Posted: 02 July 2007 at 8:51am
I really think its something about service pack.
service pack install both MFCO.dll and MFCO.lib - ift hey have different version such errors can appear. try create new simple dialog base application with Wizard. does it work?
May be try to reinstall last service pack. :( Sorry it have to be something with your environment
------------- Oleg, Support Team CODEJOCK SOFTWARE SOLUTIONS
|
|