Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Feb : Re: Reply Code is not valid
| Subject: | Re: Reply Code is not valid |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Thu, 14 Feb 2008 11:26:24 |
"Kendrick" <kkendrick@harbornet.com> wrote in message
news:47b485b8$1@newsgroups.borland.com...
> The project is based on the Indy example at CodeGear. The
> TIdCmdTCPServer is in a seperate unit. The command handlers
> post a Windows Message which is received by the main unit.
> The procedures in the main unit call the SendClientMessage
> function.
That type of approach breaks the CommandHandler model.
Gambit