Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Jun : Newest indy snapshot
| Subject: | Newest indy snapshot |
| Posted by: | "RGreen" (rgreen@nospam.org) |
| Date: | Wed, 29 Jun 2005 12:42:29 |
Hello!
Trying to compile the last Indy 10 snapshots with D7 I cannot compile the
unit IdSocketHandle.pas
I get an Error on the line 443:
Result := Handle.Available > 0;
The error is Record, object or class type required.
I see in the declaration that TIdSocketHandle.Handle is of type
TIdStackSocketHandle which actually is an integer.
Any workarounds?