Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Oct : Idtelnet sendCmd()
| Subject: | Idtelnet sendCmd() |
| Posted by: | "Dean Humphreys" (dean.humphre..@gmail.com) |
| Date: | Mon, 1 Oct 2007 16:53:34 |
Hi I am trying to send a telnet command using the sendCmd() routine. The
command is defiantly being sent because the command is received by the
host. The problem is that the component then freezes the app. There is
no return from the command being sent. I have tried to use TidAntifreeze
with no success. I have also tried to create a separate thread to send
the command, this works but then the thread runs out of memory and slow
the app down.
What is the correct way to use this routine? How do i stop it from
freezing the app.
Thank you
Dean