Board index » delphi » Network communication

Network communication

I'm trying to figure out how to communicate with another program
(actually the same on another machine) across a network.  I'm trying to
write a network card game.  Any suggestions?

 

Re:Network communication


Quote
> I'm trying to figure out how to communicate with another program
> (actually the same on another machine) across a network.  I'm trying to
> write a network card game.  Any suggestions?

Use TCP/IP and winsock. See my TWsocket object and sample applications.
You'll find free and full source code at http://www.rtfm.be/fpiette.

--

francois.pie...@ping.be
http://www.rtfm.be/fpiette
2:293/2...@fidonet.org

Re:Network communication


Quote
Jeff Bitgood wrote:

> I'm trying to figure out how to communicate with another program
> (actually the same on another machine) across a network.  I'm trying to
> write a network card game.  Any suggestions?

If the machines are running WindowsNT then you could use the
CreateNamedPipe API.  This will run over a network just fine.

--
Mike
Micha...@pantheoninc.com

Other Threads