                   SoftSolutions(R) 4.1 Update

                     DOCUMENTATION REVISIONS
                               for
        SoftSolutions Software Developer's Kit Reference

        (C) 1995 Novell, Inc.  All Rights Reserved.  5/95
_________________________________________________________________

This file was created as an ASCII text file.  Any portion of this
file may be reproduced for use by licensed users of SoftSolutions
4.1 for DOS or Windows.
_________________________________________________________________

This document provides revisions to the SoftSolutions 4.0
Software Developer's Kit (SDK) Reference, dated 1-31-94, for
updating to SoftSolutions 4.1.

>> Introduction  p. 1

The last sentence should be changed to read:

     This documentation is written for the C programming
     language, generally, but the API may be accessible and
     useable from other languages.  We currently support the BC
     C/C++ 3.1 and MS C 6.0 compilers with a "best effort"
     support for other compilers.  (See Appendix A:  Customer
     Support Services for further details on support from Novell,
     Inc.)

>> OAM Source Files  pp. 82-83

Replace the "Source Files" section with the following two
sections:

     ============================================================
     SOURCE FILES

     The following files are provided in the SDK to facilitate
     the development of external OAMs.

     Source Code ________________________________________________

     ssoam.c             Main OAM module

     oamfuncs.c          Low-level OAM functions

     ssoamusr.c          Gets input for user name and password

     dosmap.c            Provides DOS-level drive mapping

     Header Files _______________________________________________

     oam.h               Header file describing interface to OAMs

     secfuncs.h          Header file describing interface to
                         Document & Security Server

     ssoam.h             Header file for OAM source code modules

     ssoamext.h          Header file specific to creating
                         external OAMs

     typedef.h           Standard type definitions

     Windows-specific Files _____________________________________

     dll.c               Provides functionality to compile the
                         OAM as a DLL

     loaddll.c           Loads other DLLs that may be called

     ssnovell.c          Strings for Novell API functions

     ssoamdlg.h          Header file for user name/password
                         dialogue box

     ssoamusr.dlg        Specifications for user name/password
                         dialogue box

     ssoam.def           Windows definition file for OAM

     ssoam.rc            Resource file for OAM

     ============================================================
     OTHER FILES

     Make Files _________________________________________________

     bc.mak              Makefile for Borland C 3.x

     msc.mak             Makefile for Microsoft C 6.0

     Library Files ______________________________________________

     oamlib_b.lib        Library compiled with Borland C 3.x
     oamlib_m.lib        Library compiled with Microsoft C 6.0

     User Reference Code ________________________________________

     novmap.c            Novell-specific drive mapping (for user
                         reference only)

>> SSactivateVersions  p. 89

In the example, replace the line beginning with "err=..." with:

     err=SSactivateVersions ( &docnum, dsid );

>> SSComment  p. 95

Replace the "Prototype" sentence with:

     int PASCAL SSComment( long docnum )

(The other parameters no longer apply.)

>> SSComment  pp. 95-96

Under the "Parameters" heading, delete the information for the
following parameters:  buf, maxlen, and flag.  Only docnum
applies.

>> SSComment  p. 96

In the example, delete the "bitvalue=1001;" line and change the
"err=..." line to read:

     err=SSComment( docnum );

>> SSputQBE  p. 109

Delete this section---SSputQBE is no longer supported.

>> SSsearchProfile2  p. 116

Delete the "Hint" since SSputQBE is no longer supported.
