Re: Mapping DLL procedure to Delphi



Clinger wrote:
I want to write a Delphi Application that Maps the Dll's procedures to
Delphi.

So when the dll procedure is called the delphi procedure actually does
the processing.

That technique is called "hooking" the DLL.

Take a look at MadCodeHook.

http://www.madshi.net/

--
Rob
.