I am using Indy IdTCPServer and IdTCPClient to build two programs that run on different computers.
Normally, IdTCPClient sends a text to IdTCPServer without problem. Sometimes if the computer that...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20310743.html
I've got some code like the following on client side. The TCPServer is
handling everything with command handlers.
In the following code, the first response to command 'RINI' is working
all fine....
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20543816.html
Hi guys,
There are multiple clients connected to my server, but the correct response does not always go to the correct Client, am I doing something wrong or am I suppose to use other components ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20956359.html
Hello,
Can i send data streaming from Indy Client to the server.
There is sample that show only one way (with IdTCPClient ) i.e: sending file from the server to the client and i need from cl...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21064696.html
Hi there
I need a small example Code how to send a text to TCPServer and Recieve same answer, using Indy 9 idTCPClient
So something like
TMemoryStream* mem = new TMemoryStream;
...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_21266050.h...
Zones:
C++ BuilderDate Answered: 01/17/2006 Grade: A Views: 56
Hi,
I have one client and one server that I have implemented with the indy components in Delphi 7.
At the client end I need to send any one of three very different records to the server end. ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20843394.html
Hey guys n gals, I have a program that needs to keep sending strings and streams via Indy's TCP, this needs to be done several times once connected to the server, at the moment I am connecting, sen...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21533996.html
How can I send message to idtcpserver using idtcpclient.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21760748.html
Hi,
I have two applications one using IdtcpClient and another IdTcpServer component.Two applications are running at different locations.Earlier the client was able to connect to the server ru...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21841616.html
I WOULD LIKE TO KNOW:
WHAT'S THE DIFERENCE? IDTCPCLIENT, IDTCPSERVER ====== TCPCLIENT, TCPSERVER
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21915803.html