

HINSTANCE Framework::lGetModuleHandle(LPCWSTR szModule)
{
HINSTANCE hModule = NULL;
if(!(hModule = GetModuleHandle(szModule)))
{
hModule = LoadLibrary(szModule);
}
return hModule;
}
DWORD PPPDevice = FrmWrk->FindPattern(hD3D, 0x128000, (PBYTE)"\xC7\x06\x00\x00\x00\x00\x89\x86\x00\x00\x 00\x00\x89\x86", "xx????xx????xx");
DWORD PPPDevice = FrmWrk->FindPattern(hD3D, 0x128000, (PBYTE)"\xC7\x06\x00\x00\x00\x00\x89\x86\x00\x00\x 00\x00\x89\x86", "xx????xx????xx");
DWORD PPPDevice = FrmWrk->FindPattern(hD3D, 0x128000, (PBYTE)"\xC7\x06\x00\x00\x00\x00\x89\x86\x00\x00\x00\x00\x89\x86", "xx????xx????xx");

'GetModuleHandleA': Convertion from Parameter 1 "LPCWSTR" to "LPCSTR" doesnt work. 'LoadLibaryA': Convertion from Parameter 1 "LPCWSTR" to "LPCSTR" doenst work.
L"LoadLibraryA"
L"GetModuleHandleA"
. I have know use a Public MidFunctionHook. If I compile I dont get any Error and XTRAP dont "cry". But my menu dont show up ..