Einzelnen Beitrag anzeigen

onkeldave

Registriert seit: 27. Okt 2009
25 Beiträge
 
#43

Re: EStringListError aufgetreten (delphi7)

  Alt 29. Okt 2009, 21:12
also ich habe das mit f7 gemacht und als erstes stopt er in

der dpr datei (das sagt mit überhaupt nichts ^^)

Delphi-Quellcode:
program test;

uses
  Forms,
  test_u in 'test_u.pas{Form1};

{$R *.res}

begin
  Application.Initialize;
  Application.CreateForm(TForm1, Form1);
  Application.Run;
end.
  Mit Zitat antworten Zitat