PDA

View Full Version : Error when activating in Delphi Prism


Joost
22-Nov-2011, 10:58 PM
Dear all,

I donwloaded the latest trial version to use Delphi Prism. When installed and activated my solution does not compiles because of the following error in the AssemblyInfo.pas file:

Implementation
EurekaLogSystem.ExceptionHandler.Activate();
end.

"Error 1(E4) "end." or implementation section members (types or methods) expected."

What am i missing?


Kind regards,

Joost

Biljana
02-Dec-2011, 09:25 AM
Hi Joost,

Sorry for the long delay, we have a problem with the support system.

Obviously the problem you described happens. We are currently working on its solving.


However, you can try a workaround:

Cut (move) the line:

EurekaLogSystem.ExceptionHandler.Activate();

from the AssemlyInfo.pas file here:

method MainForm.InitializeComponent;
begin
EurekaLogSystem.ExceptionHandler.Activate();
....
end;


You will be informed when this issue will be solved.

Joost
11-Dec-2011, 09:54 PM
Thanks Biljana, this worked fine!

Biljana
12-Dec-2011, 06:45 AM
:)

This issue is solved and will be available with the next EurekaLog.NET release.