Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: TIdTCPClient, TIdIOHandler and a Headache
| Subject: | Re: TIdTCPClient, TIdIOHandler and a Headache |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Wed, 31 May 2006 16:05:52 |
"Lloyd Kinsella" <lloydkinsella@gmail.com> wrote in message
news:447e1ab9@newsgroups.borland.com...
> OK here is my current code, excuse some of the var's
> and things as it's still work in progress:
You are not doing any processing of the transferred data at all. So why not
just use a TIdMappedPortTCP instead? It will transparently transfer all
data back and forth for you.
You haven't explained what the ACTUAL problem is that you are having. What
EXACTLY is the code doing that you feel is wrong?
Besides, the code you have shown no shouldn't even compile. You have 1 too
many 'end' statements in it.
Gambit