Vista support?

contains all delphi packages mentioned below
Post Reply
Mutley2003
Posts: 1
Joined: Mon Feb 12, 2007 5:10 am

Vista support?

Post by Mutley2003 »

hi

sort of a general question.. I see you have done some work on 64 bit support and specifically have a version of codehook for Vista .. but I am more interested in what might go wrong with the existing code base if run on Vista.

Do you have ideas of what areas I need to look out for, where existing "mad" code might break?

thanks
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

IIRC here's what I had trouble with:

(1) IPC functionality.
(2) Injecting a DLL into a specific system process (was it SMSS? not sure) crashed the OS.
(3) The hook dll file must be setup so that everybody can access it. The default NTFS rights often deny read access to the hook dll for some system processes, while they do give access for user applications. Strange, but that's what I experienced.
Post Reply