Q: - I get an error message telling me, ordinal #### cannot be loaded
A:   Ordinal numbers greater than 151 are not compatible to the
     Windows Sockets Specification 1.1 and also not implemented
     in the most 16bit WINSOCKs.
     As WSOCK32 works as a converter, it can not convert what is
     not present.


Q: - MS PING reports a "General failure"
     MS PING uses the WsControl() function call (which is not part
     of the Windows Sockets Specification 1.1).
     As I couldn't get a detailed description of this function
     it is only partially implemented.


Q: - I don't want to use WSOCK32; How can I remove it?
A:   If you have a version less than V6 and you installed it
     in your system directories follow these steps:

     End WIN95 and restart your PC in native DOS mode;
     remove WSOCK32 with the following commands:

     C:\> cd \WINDOWS\SYSTEM
     C:\WINDOWS\SYSTEM> attrib -r WSOCK32.DLL
     C:\WINDOWS\SYSTEM> del WSOCK32.DLL
     C:\WINDOWS\SYSTEM> copy WSOCK32.MS WSOCK32.DLL
     C:\WINDOWS\SYSTEM> cd ..
     C:\WINDOWS> attrib -r WINSOCK.DLL
     C:\WINDOWS> del WINSOCK.DLL
     C:\WINDOWS> copy WINSOCK.MS WINSOCK.DLL

     For version 6 and later simply delete all the copies of 
     "Eric's WSOCK32.DLL" you made


Q: - I get an error message when using the T-Online-Decoder telling me,
     "32bit support can't be loaded"
A:   Change the following settings:

     \DECODER\DATA\USERFSCK.INI:
           [Options]
           Load32=Nein
           Beende Anwendungen=Nein

     \DECODER\DATA\INTERNET.INI:
           [Anwendung]
           WWW=c:\progra~1\netscape\navigator\program\netscape.exe
     =>is just an example
       has to be the PATH of 32bit Netscape or MS IE in WIN16 notation.

     \DECODER\DATA\USERINET.INI:
           [Anwendung]
           WWW=c:\progra~1\netscape\navigator\program\netscape.exe
     =>is just an example
       has to be the PATH of 32bit Netscape or MS IE in WIN16 notation.
