Dod wrote:
> Hi,
>
> I am trying to install ICSV6 on D7 but I get error on "_IntToStr" in
> OverbyteICSHttpSrv.pas (6.08) source, is this a simple misspell for
> "IntToStr" because I cannot find any _IntToStr function anywhere else
> ?
>
> constructor THttpServer.Create(AOwner: TComponent);
> begin
> inherited Create(AOwner);
> CreateSocket;
> {$IFDEF NO_ADV_MT}
> FWSocketServer.Name := ClassName + '_SrvSocket' +
> _IntToStr(WSocketGCount); {$ELSE}
> FWSocketServer.Name := ClassName + '_SrvSocket' +
> _IntToStr(SafeWSocketGCount); {$ENDIF}
> FClientClass := THttpConnection;
> FOptions := [];
This has been fixed November 2009:
http://wiki.overbyte.be/arch/change-log-icsv6.xml
--
Arno Garrels
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be