Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: Winsockets
| Subject: | Re: Winsockets |
| Posted by: | "Francois Piette [ICS & Midware]" (francois.piet..@overbyte.be) |
| Date: | Fri, 12 May 2006 16:32:56 |
> I want to write an application (with Delphi 5) using the nonblocking
> TServerSocket TClientSocket components.
This component has been deprecated for years. You should probably use ICS,
indy or sinapse. If you need non-blocking operation, ICS is probably your
best choice.
Download ICS full source code (freeware) from http://www.overbyte.be. Your
program will not only work with Delphi 5 but also up to the latest Delphi
2006 without change (at least related to the socket components).
Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
none