Einzelnen Beitrag anzeigen

Benutzerbild von BUG
BUG

Registriert seit: 4. Dez 2003
Ort: Cottbus
2.094 Beiträge
 
#2

AW: Fehler in der Projektdatei (Anfänger)

  Alt 22. Sep 2011, 11:12
Delphi-Quellcode:
uses
  Forms,
  Unit1 in 'Unit1.pas{Form1},
  Unit2 in 'Unit2.pas{Form2},
  Unit3 in 'Unit3.pas{Form3},
  Unit4 in 'Unit4.pas{Form4},
  Unit5 in 'Unit5.pas{Form5},
  Unit6 in 'Unit6.pas{Form6},
  Unit7 in 'Unit7.pas{Form7},
  Unit8 in 'Unit8.pas{Form8},
  Unit9 in 'Unit9.pas{Form9},
  Unit10 in 'Unit10.pas{Form10},
  Unit11 in 'Unit11.pas{Form11},
  Unit12 in 'Unit12.pas{Form12},
  Unit13 in 'Unit13.pas{Form13}; // <== Semikolon!
An deiner Stelle würde ich auch mal über sinnvolle Bezeichner für die Formulare nachdenken.
Intellekt ist das Verstehen von Wissen. Verstehen ist der wahre Pfad zu Einsicht. Einsicht ist der Schlüssel zu allem.
  Mit Zitat antworten Zitat