program $PRJNAME; {#ROGEN:$SVCLIBNAME.rodl} // RemObjects: Careful, do not remove! uses uROComInit, QForms, fServerForm in 'fServerForm.pas' {ServerForm}; {$R *.res} {$R RODLFile.res} begin Application.Initialize; Application.CreateForm(TServerForm, ServerForm); Application.Run; end.