Print Page | Close Window

conflicted with flash10

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=12493
Printed Date: 17 June 2024 at 7:54am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: conflicted with flash10
Posted By: sevencat
Subject: conflicted with flash10
Date Posted: 20 October 2008 at 11:52pm
may this help
 
CXTPSkinManagerApiHook::CXTPSkinManagerApiHook()
{
 m_bInitialized = FALSE;
 ZeroMemory(&m_arrFunctions, sizeof(m_arrFunctions));
 
 ExcludeModule(_T("SHLWAPI.DLL"), TRUE);
 ExcludeModule(_T("COMCTL32.DLL"), TRUE);
 ExcludeModule(_T("KERNEL32.DLL"), FALSE);
 ExcludeModule(_T("USER32.DLL"), FALSE);
 ExcludeModule(_T("GDI32.DLL"), FALSE);
 ExcludeModule(_T("WININET.DLL"), FALSE);
 ExcludeModule(_T("MSCTF.DLL"), FALSE);
 ExcludeModule(_T("Flash10a.ocx"), FALSE);
 
 
 
 ::InitializeCriticalSection(&m_cs);
}



Replies:
Posted By: Knuth
Date Posted: 10 January 2009 at 4:18am

Great, exactly what I need.
Thank you!




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net