Uploaded image for project: 'C Driver'
  1. C Driver
  2. CDRIVER-41

Cannot build on Windows using Visual

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • 0.2
    • None
    • None
    • None
    • Microsoft Visual Studio 2008

    Description

      In the file "mongo.h", line 27:

      #define mongo_close_socket(sock) ( closesocket(close) )

      This should be:

      #define mongo_close_socket(sock) ( closesocket(sock) )

      Attachments

        Activity

          People

            kbanker Kyle Banker
            benoit Benoit Perrot
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: