madexcept on 64bit

delphi package - automated exception handling
Post Reply
levent.uncu
Posts: 1
Joined: Wed Mar 12, 2025 10:43 am

madexcept on 64bit

Post by levent.uncu »

Hello
I am using version 5.1.2 , delphi 11.3
I realize that it doesn't catch any error if I use 64 bit environment. am I doing something wrong? or should I update to the latest version?

Code: Select all

procedure TForm13.Button1Click(Sender: TObject);
begin
  raise Exception.Create('Error Message');
end;
I also added my settings screenshot
Screenshot 2025-03-12 115615.png
Screenshot 2025-03-12 115615.png (50.66 KiB) Viewed 110 times
it works fine for 32bit.
Thanks in advance.
madshi
Site Admin
Posts: 10844
Joined: Sun Mar 21, 2004 5:25 pm

Re: madexcept on 64bit

Post by madshi »

Works for me, can you reproduce this with a brand new (almost empty) test project? Please make sure you test with the same EXE type (using runtime packages vs not using runtime packages).
Post Reply