Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: TIdTCPClient, TIdIOHandler and a Headache
| Subject: | Re: TIdTCPClient, TIdIOHandler and a Headache |
| Posted by: | "Lloyd Kinsella" (lloydkinsel..@gmail.com) |
| Date: | 31 May 2006 16:55:14 |
Yes I'm not doing any data processing but that's not the point, I might
choose to later. The problem is it's simply NOT transferring data when
I attempt to use it from a web browser etc.
As to the simply syntax errors, I corrected that afterwards.
- Lloyd
Remy Lebeau (TeamB) wrote:
>
> "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
--