Hello,
OK, actual link to OverbyteIcsV6.zip contains this bug so any new user
that download ICS cannot install it without fixing it first.
regards.
AG> 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 := [];
AG> This has been fixed November 2009:
AG> http://wiki.overbyte.be/arch/change-log-icsv6.xml
AG> --
AG> Arno Garrels
AG> --
AG> To unsubscribe or change your settings for TWSocket mailing list
AG> please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
AG> Visit our website at http://www.overbyte.be
--
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