[twsocket] turbo delphi.

2007-11-27 Thread Robert W Harris
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

Re: [twsocket] Fwd: Re: parameter error in twsocket w/d2

2007-11-27 Thread Ron
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

Re: [twsocket] Fwd: Re: parameter error in twsocket w/d2

2007-11-27 Thread Francois PIETTE
> 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

Re: [twsocket] Fwd: Re: parameter error in twsocket w/d2

2007-11-27 Thread Arno Garrels
> 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}

[twsocket] Fwd: Re: parameter error in twsocket w/d2

2007-11-27 Thread Ron
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

Re: [twsocket] Delphi 4

2007-11-27 Thread Arno Garrels
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

Re: [twsocket] Delphi 4

2007-11-27 Thread troppo gigio
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