Question

I am trying to connect from a PC to another PC in Delphi using TcpClient(Sockets) and TcpServer(Sockets).

Is it possible to connect like this? And if possible, how do I connect them to each other?

Was it helpful?

Solution

if want to exchange data between these 2 pcs you can use indy components, on source forge you will DEMO SAMPLES

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top