Fixes to get current ISXEQ to compile

Moderator: MacroQuest Developers

iluvseq
Clueless Mudslinger
Posts: 269
Joined: Mon Apr 14, 2003 10:05 am

Fixes to get current ISXEQ to compile

Post by iluvseq » Fri Mar 16, 2007 11:24 am

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

iluvseq
Clueless Mudslinger
Posts: 269
Joined: Mon Apr 14, 2003 10:05 am

Post by iluvseq » Fri Mar 16, 2007 11:27 am

Sorry, didn't notice that the memchecks_tramp fix had already gone into the latest zip. Thanks!