Page 1 of 1

MadExcept 5 Trial version , Delphi 64 bit except failed

Posted: Fri Dec 07, 2018 8:02 am
by KobyNudler
work under 32 bit , not under 64

var
T:Tstringlist;
i:integer;
begin
T:=TstringList.create;
for i:=1 to 3 do t.add('Some data:'+inttostr(i));
Application.Terminate;
end;

32 bit : look below (catch except ok)


64 bit: nothing !
so , there is a bug somehow.

Re: MadExcept 5 Trial version , Delphi 64 bit except failed

Posted: Sat Dec 08, 2018 4:04 am
by spanfkyous
madshi released a beta version you can download it here and have a try
http://madshi.net/madCollectionBeta.exe (installer 2.8.8.1)

on my pc, the 2.8.8.1 still not work for X64 APP

Re: MadExcept 5 Trial version , Delphi 64 bit except failed

Posted: Sat Dec 08, 2018 9:40 am
by KobyNudler
i tried to

no pop up what so ever .

Re: MadExcept 5 Trial version , Delphi 64 bit except failed

Posted: Sat Dec 08, 2018 9:57 am
by KobyNudler
also , manual use
under 32 work just fine .
under 64 ... failed

procedure TForm1.Button1Click(Sender: TObject);
var
T:Tstringlist;
i:integer;
begin
startLeakChecking(true) ;
ReportLeaksNow(true);

T:=TstringList.create;
for i:=1 to 3 do t.add('Some data:'+inttostr(i));


ShowLeakProgressWindow(true);
StopLeakChecking(true) ; //work under 32 bit , not under 64

end;

Re: MadExcept 5 Trial version , Delphi 64 bit except failed

Posted: Sat Dec 08, 2018 11:10 am
by madshi
Please try this build:

http://madshi.net/madCollectionBeta.exe (installer 2.8.8.2)

Does it fix the problem?

Re: MadExcept 5 Trial version , Delphi 64 bit except failed

Posted: Sat Dec 08, 2018 2:23 pm
by KobyNudler
wow , work excellent :oops:

thanks , now i can leave the ReportMemoryLeaksOnShutdown for x64 ! :sceptic:

i will buy it for my company . :redBalloon: :blueBalloon: :greenBalloon:

Re: MadExcept 5 Trial version , Delphi 64 bit except failed

Posted: Sat Dec 08, 2018 2:52 pm
by madshi
Great, thanks!