Is64bitOS is not in madCodeHook 3.1 for delphi

c++ / delphi package - dll injection and api hooking
Post Reply
sergio
Posts: 2
Joined: Tue Aug 07, 2012 10:56 pm

Is64bitOS is not in madCodeHook 3.1 for delphi

Post by sergio »

Hello,
We have some libraries compiled with madCodeHook in delphi and vc++

We updated to madCodeHook 3.1, but I think there is an issue with this version, because it seems that there is no Is64bitOS function in it.
We used this function with madCodeHook ver 3.0 and 3.0.3

This is the delphi compiler error:
[DCC Error] uninstall.dpr(180): E2003 Undeclared identifier: 'Is64bitOS'

This function is available in madCHook32.lib and madCHook64.lib, so I can compile in vc + +

I appreciate any comments
Thanks!
madshi
Site Admin
Posts: 10764
Joined: Sun Mar 21, 2004 5:25 pm

Re: Is64bitOS is not in madCodeHook 3.1 for delphi

Post by madshi »

Sorry about that, had to move it to madRemote because madRemote now needs this information, too. So just add madRemote to your uses clause and you should be able to compile again.
sergio
Posts: 2
Joined: Tue Aug 07, 2012 10:56 pm

Re: Is64bitOS is not in madCodeHook 3.1 for delphi

Post by sergio »

Ok, Thank you!
Post Reply