How can I get the Message description of an error returned from a call to WsaGetLastErorr (in run time)
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20136829.html
Zones:
C++Date Answered: 06/19/2001 Grade: C Views: 198
My DLL has to connect to a remote server over TCP/IP.
That works fine. The socket connects, data can be written and read to/from the Socket.
I don't know why, but when calling shutdown() it fails w...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10140699.html
Zones:
C++Date Answered: 03/23/1999 Grade: A Views: 21
can anybody tell me
what is winsock error code when i get the numeric value from WSAGetLastError()funtion == 10106 after i call the
WSASocketW(AF_ATM, SOCK_RAW, ATMPROTO
_AAL5, NU...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10313161.html
Zones:
C++Date Answered: 06/08/2000 Grade: B Views: 0
I am trying figure out what might be wrong in my implementation of simple telnet test program . For some telnet i am getting the following exception :
Socket Error :10060
Telnet failed WSAEWOUL...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20574483.html
Zones:
C++Date Answered: 05/15/2003 Grade: A Views: 18
I have an application that uses Windows Sockets to communicate to a network device( Lantronix Print Server ). I am currently sending approx. 200 bytes of data to this device every 30 seconds - the...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10135065.html
Zones:
C++Date Answered: 03/05/1999 Grade: A Views: 4
We have just installed our application in about 100 user sites.(all remote)
On the whole it is going OK, but a couple of users keep getting this error
Can\'t connect to mySQL server on [ser...
http://www.experts-exchange.com/Database/MySQL/Q_22465271.html
I am having a strange problem with the Winsock connect API.
If the "connect" call fails it returns SOCKET_ERROR. The problem is that if I call WSAGetLastError after getting a SOCKET_ERROR I alwa...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20577476.html
Hello experts!
I have the following code fragments I'm doing in a Visual C project. What I wanted to do is Run a thread that listens to socket connections from a UNIX machine. The function Sta...
http://www.experts-exchange.com/Programming/Languages/C/Q_20748318.html
Zones:
CDate Answered: 12/13/2003 Grade: A Views: 33
Why does WinSock 2.0 send() function think the Socket passed to it is not a socket ?
int ret = send(Socket, buf, 1, 0);
if ( SOCKET_ERROR == nRet ) // ret is SOCKET_ERROR
{
...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21437114.html
Zones:
C++Date Answered: 05/31/2005 Grade: A Views: 13
According to the documentation, recv() spits out SOCKET_ERROR if an error occurs. It's doing this in my program, so I definately have an error occurring. Then the documentation says to call WSAGetL...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20711232.html
Zones:
C++Date Answered: 08/15/2003 Grade: A Views: 0