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