Code: Alles auswählen
Unit main;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs,
synaser; // Achtung
type
TForm1 = class(TForm)
private
{ private declarations }
public
{ public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.lfm}
end.
z.B. Komma fehlen.
Komma eingefügt, dann kommt Identifier not found und und und
Fehlt etwas oder funktioniert das grundsächlich nicht ?
Viele Grüße und danke. braspi