Hello Experts,
I am having some problems to stop a TIdTCPServer. I get an exception whenever I try to set the Active property to False after a connection is established. Any ideas?
Thanks...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21622273.html
How can I create dynamically component, for example tidtcpserver(indy) when working with console application.
I tried with code below but it doesn't work....
thank you in advance
program P...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20541093.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
ok Im haveing and issue and can seem to figure it out..... and since the docs on Indy 10 are pretty sparce
and I do have Indy in depth subscription..
Basicaly heres what I do....
I have this...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21491207.html
experts,help me.
I run server.exe on my server
I dont know where the error came from
my simple code
-----------------------------------------------------
var myclient : tmyclient;
i:int...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_22002566.html
help me, my question is very noob :(
//s is TIdTCPServer
//-----------------------------------------
procedure TForm1.sConnect(AThread: TIdPeerThread); // this is line 1
var data:string;
beg...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_22425614.html
Hi,
Can someone point me to an example of how command handlers are being used for TIdTCPServer? It's for Indy 9 (Delphi 7). I am not sure how the command handlers are tying into TidTCPServer, an...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20919329.html
Hi,
I am currently using both TIdTCPServer and TIdTCPClient to allow one PC to access a particular file on another PC (client accessing the server).
Is this possible with these classes? I was...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20935560.html