Tony Jackson
01-Feb-2008, 12:24 PM
Hi,
I have an old project that was compiled having Eureka 4.x. It had the following:
====
procedure MyNotify(ExcRecord: TEurekaExceptionRecord; var Handled: boolean);
begin
if (ExcRecord.ExceptionObject is Exception) then
ExcRecord.CurrentModuleOptions.ShowExceptionDialog := DefRec.IEDEmployee; { do not show dialog }
end;
====
I am recompiling the project using Eureka and I get "ShowExceptionDialog" as an "undeclared identifier".
Okay, what do I need to do to correct this situation.
Thanks.
Tony
I have an old project that was compiled having Eureka 4.x. It had the following:
====
procedure MyNotify(ExcRecord: TEurekaExceptionRecord; var Handled: boolean);
begin
if (ExcRecord.ExceptionObject is Exception) then
ExcRecord.CurrentModuleOptions.ShowExceptionDialog := DefRec.IEDEmployee; { do not show dialog }
end;
====
I am recompiling the project using Eureka and I get "ShowExceptionDialog" as an "undeclared identifier".
Okay, what do I need to do to correct this situation.
Thanks.
Tony