.NET TCPclient to Delphi listener

Posted by Menolly on April 04, 2005:

I'm writing a TCP client in C# for use on a .NET framework and this client has to connect to a TCP listener server (written in Delphi) on "localhost".

I can connect to the Delphi TCP listener and get the connection response string, but the listener does not register any messages that I send to it. Has anyone heard of any known issues or incompatibilities between the two TCP libraries or functions?

Related Articles and Replies