[Fatal Error] DotAViewer.dpr(6): File not found: 'ExceptionLog.dcu'
Код:
program DotAViewer;
uses
ExceptionLog,
Forms,
Main in 'Main.pas' {Form1};// Тут ошибка
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
Админ: Учим правила и теги!
когда компилирую выходит