Hi there,
I have a C# program (We'll call it server) using a TCPListener to accept connections. I am trying to connect to the socket using a from a C++ program (We'll call it client). (Not Visual C++ or .Net, it is compiled in gcc 2.8).
Whenever I try to connect to the server fro mthe client I get a connection refused message. How do I setup a C# socket to accept connections from other languages. The C# server works fin when I connect to it from a C# client.
Please let me know if i have been unclear or if more information is needed.
Thanks in advance,
Lumstar
______________________________________
And The Star Continues To Shine....
I have a C# program (We'll call it server) using a TCPListener to accept connections. I am trying to connect to the socket using a from a C++ program (We'll call it client). (Not Visual C++ or .Net, it is compiled in gcc 2.8).
Whenever I try to connect to the server fro mthe client I get a connection refused message. How do I setup a C# socket to accept connections from other languages. The C# server works fin when I connect to it from a C# client.
Please let me know if i have been unclear or if more information is needed.
Thanks in advance,
Lumstar
______________________________________
And The Star Continues To Shine....