Einzelnen Beitrag anzeigen

DelphiUser7

Registriert seit: 27. Aug 2003
179 Beiträge
 
#12

Re: Delphi-Code in C++ laden

  Alt 26. Okt 2003, 08:25
Also,
mein project1-SourceCode sieht jetzt so aus, und er funktioniert nicht;
Delphi-Quellcode:
program Project1;

uses
  Forms,
  Unit1 in 'Unit1.pas{Form1},
  Unit2 in 'Unit2.pas{Form2},
  Unit4 in 'Unit4.pas{Form4},
  Unit5 in 'Unit5.pas{Form5},
  Unit3 in 'Unit3.pas{Form3},
  Unit6 in 'Unit6.pas{Frame6: TFrame};

{$R *.res}
{$L filename}

begin
  Application.Initialize;
  Application.CreateForm(TForm1, Form1);
  Application.CreateForm(TForm2, Form2);
  Application.CreateForm(TForm4, Form4);
  Application.CreateForm(TForm5, Form5);
  Application.CreateForm(TForm3, Form3);
  Application.Icon := Form1.Icon;
  Application.Run;
end.
DelphiUser7
Shell...wieso musste ausgerechnet Shell Teil einer Programmiersprache werden...wieso nicht Esso, Aral oder Dea;

MfG
DelphiUser7
  Mit Zitat antworten Zitat