{$R *.res} //---------------------------------------------------------------------------- //Main //---------------------------------------------------------------------------- begin
Application.Initialize;
preprocess(Title_Elbe);
Application.MainFormOnTaskbar:=true; //Application.CreateForm(TModelFrame, ModelFrame);
Application.CreateForm(TModelFrame, ModelFrame);
Application.Run;
PostProcess(); //grrr das muß hier sein, // wegen system32//ntdll.dll
ExitProcess(0); end. //---------------------------------------------------------------------------- //Ende dieser Quelle //----------------------------------------------------------------------------
[ Dauer der Verarbeitung: 0.8 Sekunden
(vorverarbeitet)
]