program OverbyteIcsHttpPg; {$R '..\Vc32\OverbyteIcsCommonVersion.res' '..\Vc32\OverbyteIcsCommonVersion.rc'} {$R '..\Vc32\OverbyteIcsXpManifest.res' '..\Vc32\OverbyteIcsXpManifest.rc'} uses Forms, OverbyteIcsHttpPg1 in 'OverbyteIcsHttpPg1.pas' {HttpTestForm}; {$R *.RES} begin Application.CreateForm(THttpTestForm, HttpTestForm); Application.Run; end.