conflicted with flash10 |
Post Reply |
Author | |
sevencat
Newbie Joined: 16 May 2008 Status: Offline Points: 3 |
Post Options
Thanks(0)
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);
} |
|
Knuth
Groupie Joined: 01 March 2008 Location: China Status: Offline Points: 13 |
Post Options
Thanks(0)
|
Great, exactly what I need. Thank you! |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |