Hie Team.
I am having this problem:
I am developing an application that is connecting to a server, the problem is when the server is not responding, the application wont allow me to do anything so i end up restarting the machine,
i am receiving data using the receive function as follows
please help
thanks in advance
I am having this problem:
I am developing an application that is connecting to a server, the problem is when the server is not responding, the application wont allow me to do anything so i end up restarting the machine,
i am receiving data using the receive function as follows
Code:
nData = recv( hServer, &wzRec[iPos], nLeft, 0 );
thanks in advance
Comment