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 := [];
--
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