Hi,
Schnell folgendes einfügen:
Delphi-Quellcode:
program xxx;
uses
Forms, //<--Forms
...;
{$APPTYPE CONSOLE}
{$R *.RES}
begin
//Application.xxx:
Application.Initialize;
Application.Title := '';
Application.Run;
... weiterer Quelltext
end.
Dann über Projektoptionen Symbol einstellen und Forms und Application.xxx wieder entfernen - fertig.
Mfg
FAlter
[edit] end. natürlich [/edit]