Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Bug in SkinFrameWork (V10.2006.Q2)
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Bug in SkinFrameWork (V10.2006.Q2)

 Post Reply Post Reply
Author
Message
srana View Drop Down
Groupie
Groupie
Avatar

Joined: 15 May 2003
Location: India
Status: Offline
Points: 27
Post Options Post Options   Thanks (0) Thanks(0)   Quote srana Quote  Post ReplyReply Direct Link To This Post Topic: Bug in SkinFrameWork (V10.2006.Q2)
    Posted: 22 June 2006 at 6:19am
VS.net 2003
MFC - static link
 
I am not been able to use Skin ramework in any of dialog based applications. Even the Codejock Sample - Xtreme ToolkitPro 2006 Q2\Samples\SkinFramework\SkinControls Shows same behaviour
 
There are random crashes and crashes on exit in both debug and release build.
 
Program breaks in
c:\program files\codejock software\mfc\xtreme toolkitpro 2006 q2\source\skinframework\xtpskinmanagerapihook.cpp

LRESULT WINAPI CXTPSkinManagerApiHook::OnHookCallWindowProcA(FARPROC lpPrevWndFunc, HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam)

{

CXTPSkinManagerApiFunction* pFunction = GetInstance()->GetHookedFunction(xtpSkinApiCallWindowProcA);

ASSERT(pFunction); <--- pFunction is NULL

Whenever on exit CWnd::DefWndProc... is called there is a crash or exception above.

 


Shrishail Rana
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.031 seconds.