Page 1 of 1

Fixes to get current ISXEQ to compile

Posted: Fri Mar 16, 2007 11:24 am
by iluvseq

Code: Select all

./MQ2CustomBinds/ISXEQCustomBinds.h
3c3
> #include <tchar.h>

./MQ2Main/ISXEQ/ISXEQ.cpp
349c349
< extern VOID memchecks_tramp(PVOID,DWORD,PCHAR,DWORD,BOOL);
---
> extern VOID memchecks_tramp(PCHAR,DWORD,PVOID,DWORD,BOOL);
The tchar.h include in ISXEQCustomBinds.h is actually due to changes in ISXDK for v30.

The memchecks_tramp change in ISXEQ.cpp makes it match the changed memchecks_tramp in MQ2DetourAPI.cpp

Posted: Fri Mar 16, 2007 11:27 am
by iluvseq
Sorry, didn't notice that the memchecks_tramp fix had already gone into the latest zip. Thanks!