Search:

Type: Posts; User: dandysxm

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    4,631

    I found the error in the 2nd bind statement,...

    I found the error in the 2nd bind statement, misspelled word to cause another bind of first socket name.
    But still wondering what a 0 return from WSAGetlastError() means.
  2. Replies
    2
    Views
    4,631

    WSAGetLastError returns 0

    I have the following code:



    void CUSimCtrlDlg::initializeSockets()
    {
    int status = 0;

    // Start Winsock Version 1.1 DLL
    WSAStartup ( MAKEWORD ( 1,1 ), &wsaData );
Results 1 to 2 of 2