Are there some conditional defines missing from this unit? Delphi 2
errors on defines for FreeAndNil, Longword and TagMsg.
--
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.ov
> Update your Delphi, preferably to the current version (Delphi 2007).
.. and what kind of nightmare can I expect migrating over 6mb of d2
code to d7?
Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
A
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
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
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:
"You can remove the offending line and /ADD/ the following two lines at the
beginning of InternalOpenLogFile, just after Internal