Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jun : Re: What happened to TServerSocket?
| Subject: | Re: What happened to TServerSocket? |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Wed, 21 Jun 2006 13:48:16 |
"Robert Hyden" <rhyden@campbellSci.com> wrote in message
news:4499a9c6$1@newsgroups.borland.com...
> I am attempting to move an older app over to Delphi 2006 from Delphi 6.
> When I do this I find that the IDE cannot find the TServerSocket component
> that the app is using.
TServerSocket and TClientSocket were deprecated in Delphi 7 (or maybe 8).
They are not installed by default anymore.
> Is this component still supported by Delphi
They are not being developed anymore, but they are still shipped with BDS.
You can install the dclsockets100 package manually to use them.
Gambit