Hi All,
Can somebody tell me how can I turn off exception when TIdTcpClient is disconnecting? It always happen in Delphi only.
Thanks.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20948736.html
I need source code for the client and server.
The server should wait for the connection on a few ports(80 and 443 or other).
The client should connect directly or through proxy(client should make...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21773092.html
Hi!
I am writing a TCP/IP App and I am using the Indy 9 components.
The problem is that most of the doc is in delphi.
I am trying to create a connection in run time on the client side.
TIdTCP...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_21907793.h...
Zones:
C++ BuilderDate Answered: 07/05/2006 Rating: 8.6 Views: 5
Hi.
I am making a small application that talks to a third part program that uses plain text to reply via a TCP connection.
I can get a single line of data that is returned with the following ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_22722703.html
Hi,
I have a created a class wich uses variables from an other class. eg. Messenger.User.Add uses the tcpip connection defined in the Messenger Class but I can't get it to work. I wrote the foll...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20347389.html
is there any documetnation about that?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20738613.html
Hi,
I want to write GamePort Application (Controling user accounts in a network). I used Indy Components (TIdTCPServer & TIdTCPClient). I can Send a Request(string) from Clinet to Server while S...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21058001.html
Hello experts,
I have two apps, the first one use TClientSocket (Client) and the other one TServerSocket (Server) to comunicate.
Then the Client connect with Server and mantein a permanent co...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21061789.html
I hope anybody can help. Here is our problem.
We are using D6 and D7 with Indy 9.0.14 / Indy 9.0.17 and Ethereal to analyze the send/receive packages over the network. We use similar code in one...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21099807.html
I am trying to implement a client connection to a server (TCP). I know the server is working because there's a VB app that makes an XMLQuery and receives a response.
I need to do the same with ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21890014.html