program OverbyteIcsTcpSrv; {$R '..\..\OverbyteIcsXpManifest.res' '..\..\OverbyteIcsXpManifest.rc'} {$R '..\..\OverbyteIcsCommonVersion.res' '..\..\OverbyteIcsCommonVersion.rc'} uses Forms, OverbyteIcsIniFiles in '..\..\OverbyteIcsIniFiles.pas', OverbyteIcsTcpSrv1 in 'OverbyteIcsTcpSrv1.pas' {TcpSrvForm}; {$R *.RES} begin Application.CreateForm(TTcpSrvForm, TcpSrvForm); Application.Run; end.