program OverbyteIcsUdpLstn; {$R '..\..\OverbyteIcsXpManifest.res' '..\..\OverbyteIcsXpManifest.rc'} {$R '..\..\OverbyteIcsCommonVersion.res' '..\..\OverbyteIcsCommonVersion.rc'} uses Forms, OverbyteIcsIniFiles in '..\..\OverbyteIcsIniFiles.pas', OverbyteIcsUdpLstn1 in 'OverbyteIcsUdpLstn1.pas' {MainAutoForm}; {$R *.RES} begin Application.CreateForm(TMainForm, MainForm); Application.Run; end.