Search found 10 matches

by KobyNudler
Sat Dec 08, 2018 2:23 pm
Forum: madExcept
Topic: MadExcept 5 Trial version , Delphi 64 bit except failed
Replies: 6
Views: 5911

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

wow , work excellent :oops:

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

i will buy it for my company . :redBalloon: :blueBalloon: :greenBalloon:
by KobyNudler
Sat Dec 08, 2018 9:57 am
Forum: madExcept
Topic: MadExcept 5 Trial version , Delphi 64 bit except failed
Replies: 6
Views: 5911

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

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); S...
by KobyNudler
Sat Dec 08, 2018 9:40 am
Forum: madExcept
Topic: MadExcept 5 Trial version , Delphi 64 bit except failed
Replies: 6
Views: 5911

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

i tried to

no pop up what so ever .
by KobyNudler
Fri Dec 07, 2018 8:02 am
Forum: madExcept
Topic: MadExcept 5 Trial version , Delphi 64 bit except failed
Replies: 6
Views: 5911

MadExcept 5 Trial version , Delphi 64 bit except failed

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.
by KobyNudler
Sat Sep 15, 2018 2:15 pm
Forum: madExcept
Topic: Detected resource leak to early
Replies: 6
Views: 8098

Re: Detected resource leak to early

i created a new post , but it is the same as
viewtopic.php?f=4&t=28605
the problem is in RTL and MADEXCEPT work too early
by KobyNudler
Tue Sep 11, 2018 9:55 am
Forum: madExcept
Topic: madExcept 4.0.20 report leak too early
Replies: 1
Views: 3377

madExcept 4.0.20 report leak too early

since version madExcept 4.0.20 there is a lot of false report resource leak look for code the problem is under the vcl and got this unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.St...
by KobyNudler
Wed Oct 12, 2016 4:24 pm
Forum: madExcept
Topic: Hi , Probebly an non match between component - Obsidium
Replies: 7
Views: 5574

Re: Hi , Probebly an non match between component - Obsidium

i will pass this to them .

thanks you very much .
by KobyNudler
Tue Oct 11, 2016 1:17 pm
Forum: madExcept
Topic: Hi , Probebly an non match between component - Obsidium
Replies: 7
Views: 5574

Re: Hi , Probebly an non match between component - Obsidium

i allready did .

they told me that their product does not compatible with madshe excpect , but does work with eurakelog .

seems to strange .
by KobyNudler
Sat Oct 08, 2016 2:04 pm
Forum: madExcept
Topic: Code patched in memory
Replies: 2
Views: 3539

Re: Code patched in memory

which protector ?
by KobyNudler
Sat Oct 08, 2016 2:01 pm
Forum: madExcept
Topic: Hi , Probebly an non match between component - Obsidium
Replies: 7
Views: 5574

Hi , Probebly an non match between component - Obsidium

hi mathias \ everyone . i tried to use application to secure my code from https://www.obsidium.de/ However , the creator said that there is a slice unmatch between program but eurekalab work with it . :sorry: I wish to use MadExcept 3 with a freeware program that i create . :D can you check the prob...