softtouch
14-Oct-2005, 02:00 AM
Hi,
I played around with all different kind of exceptions, they are all catched by Eurekalog. But I tried something which causes also windows to popup exception dialogs.
procedure tform1.test;
var
mem:pointer;
begin
freemem(mem);
end;
This is catched by eurekalog, but after 1/2 - 1 second (during the eurekalog dialog is shown), windows popup a lot of "access Violation at..." dialogs, everytime I move the mouse...
I looks like eurekalog catch the exceptions, but windows too....
Its just with this one reace of test code. All other kind of exceptions are catched fine, no problem.
Any idea?
Regards
Guenter
I played around with all different kind of exceptions, they are all catched by Eurekalog. But I tried something which causes also windows to popup exception dialogs.
procedure tform1.test;
var
mem:pointer;
begin
freemem(mem);
end;
This is catched by eurekalog, but after 1/2 - 1 second (during the eurekalog dialog is shown), windows popup a lot of "access Violation at..." dialogs, everytime I move the mouse...
I looks like eurekalog catch the exceptions, but windows too....
Its just with this one reace of test code. All other kind of exceptions are catched fine, no problem.
Any idea?
Regards
Guenter