Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - CXTPSkinManagerApiHook error
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CXTPSkinManagerApiHook error

 Post Reply Post Reply
Author
Message
flyinblue View Drop Down
Newbie
Newbie
Avatar

Joined: 04 August 2009
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote flyinblue Quote  Post ReplyReply Direct Link To This Post Topic: CXTPSkinManagerApiHook error
    Posted: 04 August 2009 at 2:10am
Hi.
 
I use ribbon bar and docking panes.
and I use DirectX on MDI project of VS 2008.
 
when i close my program,
it takes abnormal termination.
 
when i debug, like this:
 
Please.. help me..
Back to Top
kyotocanuck View Drop Down
Newbie
Newbie


Joined: 30 November 2007
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote kyotocanuck Quote  Post ReplyReply Direct Link To This Post Posted: 07 September 2009 at 10:32pm
I came across the same thing today. It seems it occurs when hooking into other threads. Before you set the skin manager options, try setting the following and see if that helps:

XTPSkinManager()->SetAutoApplyNewThreads(FALSE);

You can also disable it specifically for the DirectX dlls too if you know their names by using:
XTPSkinManager()->ExcludeModule("MyDllName.dll");

Good luck. Hope it works for you.
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.047 seconds.