NetWare API Example Code

What's New


1.  There are new examples, please see the following directories:

       \NWSDK\EXAMPLES\NLM\SNMP\SMILE:  New SNMP example   

2.  Attention NLM developers...  There's a utility in the 
    NWSDK\TOOLS directory called MAKEINIT.EXE.  This is a small
    DOS application that generates the familiar MAKEINIT file and
    also generates an import file (ALL.IMP) that calls all 
    the import files on the SDK.  The advantage of using ALL.IMP
    is that it's the only import file you have to include in your
    projects.  Since MAKEINIT is generated by this new utility, 
    the developer is no longer prompted for a Watcom directory and
    version during the install process.



     NOTE:     Some of the client examples require access to the
               unicode tables which are usually located in the
               \PUBLIC\NLS directory of your primary server.  If
               you see an "NWInitUnicodeTables" or a
               "NWCallsInit" error when running one of the
               example programs, try putting \PUBLIC\NLS in your
               environment path.

