Help...

c++ / delphi package - dll injection and api hooking
Post Reply
travis949
Posts: 2
Joined: Tue May 04, 2004 12:43 am

Help...

Post by travis949 »

For some reason when ever i compile my code, it says : [Fatal Error] File not found: 'C:\Program Files\madCollection\madShell\Delphi 7\madCodeHook.pas'

Code: Select all

library Project1;

uses
  Windows,
  Winsock,
  SysUtils,
 madCodeHook;

{$R *.RES}

{$E CPL}

Why does it keep doing that? I tried this on delphi 7 :S.
travis949
Posts: 2
Joined: Tue May 04, 2004 12:43 am

Re: Help...

Post by travis949 »

travis949 wrote:For some reason when ever i compile my code, it says : [Fatal Error] File not found: 'C:\Program Files\madCollection\madShell\Delphi 7\madCodeHook.pas'

Code: Select all

library Project1;

uses
  Windows,
  Winsock,
  SysUtils,
 madCodeHook;

{$R *.RES}

{$E CPL}

Why does it keep doing that? I tried this on delphi 7 :S.

Lmao sorry about that, I also meant to say, I installed the newest collection, any clues anyone ?
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Does this one help?

viewtopic.php?t=6
Post Reply