PDA

View Full Version : EHook problem with Delphi 5Pro


Kerino
03-Feb-2009, 02:15 PM
I installed Eurekalog 6.0.18 Pro on Delphi 5Pro.
I created a new application with the following code in form.create


procedure TForm1.FormCreate(Sender: TObject);
var s: string;
begin
s := format('%d%',['s']); // guarantee an error
end;


When I run it, I get the error "Source file not found: EHook.pas"

It happens both on Win XP Pro and Win2000Pro.
I upgraded (?) from Eurekalog V5, which worked OK.
EHook.pas is not anywhere on my PC.

Is anyone else having this problem?

Kerin