[Lazarus] Console Error

Antônio antoniog12345 at gmail.com
Sat Apr 30 01:38:59 CEST 2011


The program:

program first;

{$mode objfpc}{$H+}

uses
  {$IFDEF UNIX}{$IFDEF UseCThreads}
  cthreads,
  {$ENDIF}{$ENDIF}
  Classes
  { you can add units after this };

{$R *.res}

begin
   WriteLn('This is Free Pascal and Lazarus');
   WriteLn('Press enter key to close');
   Readln;
end.


The Error Message (at runtime):

An unhandled exception occured at XXXXXXXXX
ElnOutError :File not open
XXXXXXXXX

What is going on? I have chosen Project> New Project > Program to
create the project.

Lazarus 0.9.30 r29749 FPC 2.4.2 i386-win32-win32/win64




More information about the Lazarus mailing list