PRB: Intergraph's NFS Causes WinSock APIs to Return Error 10093 (127015)



The information in this article applies to:

  • Microsoft Win32 Software Development Kit (SDK) for Windows NT 3.5

This article was previously published under Q127015

SYMPTOMS

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

CAUSE

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 box.
  4. Call any WinSock API function. If Intergraph's NFS implementation is installed, you may receive error 10093.

Modification Type:MajorLast Reviewed:10/17/1999
Keywords:kbAPI kbnetwork kbprb kbWinsock KB127015