Intergraph's NFS causes WinSock APIs to return error 10093

Last reviewed: September 29, 1995
Article ID: Q127015
The information in this article applies to:
  • Microsoft Win32 Software Development Kit (SDK) for Windows NT version 3.5

SYMPTOMS

The presence of Intergraph's NFS (Network File System) may cause Windows Sockets applications to function incorrectly. Specifically, if the 'Choose File' common dialog is displayed in a Windows Sockets application, subsequent Windows Sockets API calls may return error 10093, WSAENOTINITIALIZED.

STATUS

This problem has been corrected in an updated version of PC-NFS, version 2.0.8.0. The update is available from Intergraph's FTP server or bulletin board (IBBS): (205) 730-7248. For more information, please call Intergraph technical support at (800) 633-7248.

MORE INFORMATION

Steps to Reproduce Problem

  1. Call WSAStartup(...).

  2. Call any WinSock API function to verify that WSOCK32.DLL is initialized.

  3. Call GetOpenFileName to display the 'Open File' common dialog.

  4. Call any WinSock API function. If Intergraph's NFS implementation is installed, you may receive error 10093.


Additional reference words: 3.50 Windows Sockets
bug CFileDialog
KBCategory: kbnetwork
KBSubcategory: NtwkWinsock



THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 29, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.