Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Mar : Re: TService TIdCmdTcpServer TIdCmdTcpClient

www.cryer.info
Managed Newsgroup Archive

Re: TService TIdCmdTcpServer TIdCmdTcpClient

Subject:Re: TService TIdCmdTcpServer TIdCmdTcpClient
Posted by:"Remy Lebeau (TeamB)" (no.spam@no.spam.com)
Date:Wed, 12 Mar 2008 10:20:33

"juliomar" <juliomar@marchetti.com.br> wrote in message
news:47d7c38b@newsgroups.borland.com...

> I created a server with a service and a customer, if I connect ok.
> but if I connect one more than occurs problem it stops congeals
> the two applications...

Then you are doing something wrong in your code.

You mentioned TIdCmdTCPClient.  You cannot use TIdCmdTCPClient with
TIdCmdTCPServer.  They are not designed to be used together.  If you are
using TIdCmdTCPServer, then you need to use TIdTCPClient instead.


Gambit

Replies:

none

In response to:

www.cryer.info
Managed Newsgroup Archive