hey just woundering.
will ICS work with turbo delphi?
--
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
Quoting Arno Garrels <[EMAIL PROTECTED]>:
>> the unit. Still the same 'actual and formal var parameter must be
>> identical' error at Status := WSocket_WSAIoctl(FHSocket,
>> SIO_KEEPALIVE_VALS,
>
> It's just a vague guess, I don't have D2 avalable, you may
> try changing:
>
> procedure TCustomWSoc
> I tried adding {$J+} to the block and when that made no difference, to
>>> I am using Delphi 2 c/s. I also got the "cannot assign to a read-only
>>> property" error when installing cslogger.pas.
Sorry, I read your message too fast and confused the error message.
>>> Now I get a fatal 'actual a
> the unit. Still the same 'actual and formal var parameter must be
> identical' error at Status := WSocket_WSAIoctl(FHSocket,
> SIO_KEEPALIVE_VALS,
It's just a vague guess, I don't have D2 avalable, you may
try changing:
procedure TCustomWSocket.SetKeepAliveOption;
var
..
{$IFDEF DELPHI3}
Quoting Francois Piette <[EMAIL PROTECTED]>:
>> I am using Delphi 2 c/s. I also got the "cannot assign to a read-only
>> property" error when installing cslogger.pas. I found the following
>> fix in one of the threads:
>
> Just add the compiler option "writable constant" in the project options (Or
troppo gigio wrote:
> There will be any SSL for delphi 4 ??
ICS-SSL-V5 requires Delphi 5 and
ICS-SSL-V6 requires Delphi 7.
However most likely it were not much work to make ICS-SSL-V5
compile with Delphi 4 as well.
--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
There will be any SSL for delphi 4 ??
Ciao
Luciano
On 11/26/07, Hoby Smith <[EMAIL PROTECTED]> wrote:
>
> FYI... I have upgraded to D2007 [finally]. Wow, it rocks! It is so fast,
> even with large numbers of installed components, especially compared to
> D2006. It seems to be as fast (and lig