program OverbyteIcsClient5; {$R '..\Vc32\OverbyteIcsCommonVersion.res' '..\Vc32\OverbyteIcsCommonVersion.rc'} {$R '..\Vc32\OverbyteIcsXpManifest.res' '..\Vc32\OverbyteIcsXpManifest.rc'} uses Forms, OverbyteIcsCli5 in 'OverbyteIcsCli5.pas' {ClientForm}; {$R *.RES} begin Application.CreateForm(TClientForm, ClientForm); Application.Run; end.