Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jun : Re: What happened to TServerSocket?

www.cryer.info
Managed Newsgroup Archive

Re: What happened to TServerSocket?

Subject:Re: What happened to TServerSocket?
Posted by:"Francois Piette [ICS & Midware]" (francois.piet..@overbyte.be)
Date:Thu, 22 Jun 2006 14:03:09

> 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. In Delphi 6 this component was included in the "Borland
> Standard Components" (a.k.a. dclstd60.bpl) and showed up on the Internet
> components tab. Is this component still supported by Delphi, and if so, is
> it part of a package that would have it show up on the Tool Palette?

Those componentn have been deprecated. There are several [free, better]
options: Sinapse, Indy or ICS.
I'm the ICS author. You have ICS on Delphi companion CD or download latest
version from http://www.overbyte.be. This will be your best choice if you
use asynchronous mode. Use Indy or Sinapse if you like blocking mode.

Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive