Hi.
I have this simple code, where the except block is not entered;
n:=0;
try
d:=100/n;
except
on E:system.SysUtils.Exception do
showmessage(e.message);
end;
I attached the Options->tools configuration and the Project'sone.
May I did something foolish, I uninstalled Madacept with revo Uninstaller, before removing it from the
IDE packages?
Any way to repair this problem?