64bit xp and vista support?

c++ / delphi package - dll injection and api hooking
Post Reply
xrfang
Posts: 68
Joined: Mon Feb 28, 2005 7:29 am

64bit xp and vista support?

Post by xrfang »

Hi All,

I have some questions regarding 64bit support:

1) does madcodehook support 64bit xp/vista yet?

2) although I have a delphi 2005, I am used to delphi 6 and always use that. Questions are:

- Does delphi 2005 support developing 64bit applications under an 64bit (or 32bit?) windows?
- Do I have to use a 64bit-capable compiler to take advantage of madCodeHook with 64bit support (when it is out)?

My current project report an error code of 5 (access denied?) when running on winxp 64bit.

Thanks a lot!
Shannon
jjlucsy
Posts: 76
Joined: Tue Sep 27, 2005 1:34 am

Re: 64bit xp and vista support?

Post by jjlucsy »

xrfang wrote:does madcodehook support 64bit xp/vista yet?
There is a beta with x64 support. You have to email him to get it tho. It hasn't been released. And a number of things have changed in regards to injection, not a simple drop-in replacement if you use those tools.
xrfang wrote:Do I have to use a 64bit-capable compiler to take advantage of madCodeHook with 64bit support (when it is out)?
Yes.
xrfang
Posts: 68
Joined: Mon Feb 28, 2005 7:29 am

Post by xrfang »

thanks for the info. before I ask madshi for the beta progress, the remaining question is:

(since) which version of delphi, 64bit is supported?

:o
jjlucsy
Posts: 76
Joined: Tue Sep 27, 2005 1:34 am

Post by jjlucsy »

That I can't answer since I don't use Delphi. Or rather, I haven't used it in about 10 years.
edeta
Posts: 28
Joined: Wed Feb 14, 2007 5:38 am

Post by edeta »

which version of delphi, 64bit is supported?
Not any version of Delphi support x64 compiling. 64-bit native compilation will supported in new version of Delphi that will realize in 2009.

http://dn.codegear.com/article/36620
madshi
Site Admin
Posts: 10764
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

The current x64 madCodeHook beta only supports MSVC++. Once there's a native Delphi x64 compiler available, I'll likely add support for that, but initially, madCodeHook x64 will require MSVC++.
xrfang
Posts: 68
Joined: Mon Feb 28, 2005 7:29 am

Post by xrfang »

It's a pity. Could you please tell me since with version of MSVC++, 64bit compiling is supported?

Thank you!
madshi
Site Admin
Posts: 10764
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Currently madCodeHook x64 requires MSVC++ 2005 Professional or newer/better. Don't know if any older version of MSVC++ supports 64bit by doing some manual tweaks. But I think MSVC++ 2005 (Prof) is the first version where x64 support is officially built in.
Post Reply