Windows XP Socket problem
-
Hi i wrote a program using sockets. Program works well under w2k server, but under wXP, it does not. This is a server-client program. Under XP, client could established a connection, but after establishing, the connection lost. I tried many times, and many different ports, but the result was same. (I disabled wXP's firewall). Can anyone help me?
-
Hi i wrote a program using sockets. Program works well under w2k server, but under wXP, it does not. This is a server-client program. Under XP, client could established a connection, but after establishing, the connection lost. I tried many times, and many different ports, but the result was same. (I disabled wXP's firewall). Can anyone help me?
Yoe'll have to send a snippet of your code.
-
Yoe'll have to send a snippet of your code.
Thank you, i solved the problem. I found an error in my code.