Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Oct : Re: Memory leak using TClientSocket
| Subject: | Re: Memory leak using TClientSocket |
| Posted by: | "Jamie Dale" (j.da..@turboz.net) |
| Date: | Tue, 3 Oct 2006 16:17:35 |
ian@bluechipbridge.co.uk> wrote in message
news:1159877863.202085.101930@k70g2000cwa.googlegroups.com...
> There's a reference to a TClientSocket leak in Quality Central 12266.
> The resolution from Robert Ehteshamzadeh says that TClientSocket is
> deprecated. If that's so, what is the recommended way of making a
> simple TCP/IP connection without generating the memory leak ?
>
Use Indy components: http://www.indyproject.com > Sockets
Or ICS I think also does socket components (Hit google as I'm not sure about
the name).
If you go for Indy, don't hope for any .NET functionality out of it as it's
still very iffy. Seems to work for Win32 though but the instructions for
installing are a bit vague. They're going to get re-written at some point.
J