In a call to connect() I get a return code of SOCKET_ERROR. A call to
WSAGetLastError() returns 2. This is not a Winsock-specific error code, but
in the system error codes table 2 is defined as ERROR_FILE_NOT_FOUND.
Am I correct that this is the interpretation that should be given to this
error? If so, what file is not found?
Re: Problem with UDP socket select ... error but it didn't returned any error code...."Igor Tandetnik" wrote: ... >> Now the problem is if the remote party is not there to listen then ... > SOCKET_ERROR, what does WSAGetLastError return? ... (microsoft.public.vc.language)
Re: Why TCP ECHO Not Work between distant Hosts? ...TCP ECHO works well if I run both TCPServer.EXE and TCPClient.EXE in ... Otherwise, it returns SOCKET_ERROR, and a specific error code can be retrieved by calling WSAGetLastError."... fputs(message, stderr);... The least you can do is read the error code with the help of WASGetLastError, and print the code to the console. ... (microsoft.public.vc.mfc)
Re: Error Handling ... "J French" wrote: ... > I expect you are right about WSAGetLastError being a front for ... > GetLastError... > The error code looks right: ... (microsoft.public.vb.winapi)
Re: Class does not exist error ... > consistent with the comment in winerror.h for error 1411. ... VB reports "Class does not exist" because this is the interpretation of ... the number you've chosen as an error code to the constant vbObjectError. ... Unfortunately "Lindsay" seems to have lost all interest in this thread. ... (microsoft.public.vb.winapi)
tektronix 2465 ... Does anyone know the interpretation of an error code... "TEST 05 FAIL A2" ... on startup of a 2465? ... (sci.electronics.equipment)