program OverbyteSrv1Tst; uses Forms, OverbyteSrv1Tst1 in 'OverbyteSrv1Tst1.pas' {ServerForm}, OverbyteSrv1Tst2 in 'OverbyteSrv1Tst2.pas', OverbyteSrvObj1 in 'OverbyteSrvObj1.pas'; {$R *.RES} begin Application.Initialize; Application.CreateForm(TServerForm, ServerForm); Application.Run; end.