Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Skin Framework
  New Posts New Posts RSS Feed - Problem with Skin Controls sample
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Problem with Skin Controls sample

 Post Reply Post Reply
Author
Message
Synapse View Drop Down
Groupie
Groupie


Joined: 28 June 2007
Status: Offline
Points: 22
Post Options Post Options   Thanks (0) Thanks(0)   Quote Synapse Quote  Post ReplyReply Direct Link To This Post Topic: Problem with Skin Controls sample
    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()

Back to Top
Synapse View Drop Down
Groupie
Groupie


Joined: 28 June 2007
Status: Offline
Points: 22
Post Options Post Options   Thanks (0) Thanks(0)   Quote Synapse Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 29 June 2007 at 1:13am
Hello,
 
Do you have service pack for vc6 ?
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
Synapse View Drop Down
Groupie
Groupie


Joined: 28 June 2007
Status: Offline
Points: 22
Post Options Post Options   Thanks (0) Thanks(0)   Quote Synapse Quote  Post ReplyReply Direct Link To This Post Posted: 29 June 2007 at 3:07am
Yes.
It crashes only in debug.
Codejock Xtrem Skin Framework 2007 11.1.3
Windows XP SP2
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
Synapse View Drop Down
Groupie
Groupie


Joined: 28 June 2007
Status: Offline
Points: 22
Post Options Post Options   Thanks (0) Thanks(0)   Quote Synapse Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 02 July 2007 at 5:00am
indeed weird.  Do you see same problem with SkinMDISample and SkinSDIsample?
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
Synapse View Drop Down
Groupie
Groupie


Joined: 28 June 2007
Status: Offline
Points: 22
Post Options Post Options   Thanks (0) Thanks(0)   Quote Synapse Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.