home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / CLIPPER / SLSW / README.DOC < prev    next >
Text File  |  1993-12-01  |  3KB  |  76 lines

  1.  
  2.         This is the shareware version of the Super.Lib Library for
  3.         Clipper. It is fully functional. See documentation for registration,
  4.         which entitles you to FULL SOURCE CODE  latest version
  5.         and 24 hour BBS support.
  6.  
  7.         Files on this disk
  8.  
  9.             README.DOC             This file
  10.  
  11.             SF.PRG                 Super.Lib demo program source
  12.             SUPER.LIB              Super.Lib library (S87 version)
  13.             SUPER5.LIB             Super5.Lib (5.0 version)
  14.             SUPER.DOC              General Documentation
  15.             SUPER.FUN              Full Clipper function description
  16.             SUPER_C.FUN            Full C/ASM function description
  17.             ALPHA.FUN              Alphabetical function list
  18.             SUPPORT.DOC            Support information
  19.             TODATE.DOC             Changes log (chronological)
  20.             ORDER.DOC              Order form
  21.  
  22.             BLCOMP.BAT             Sample batch for BLINKER compile
  23.             PLCOMP.BAT             Sample batch for PLINK compile
  24.             TLCOMP.BAT             Sample batch for TLINK compile
  25.             MSCOMP.BAT             Sample batch for LINK compile
  26.  
  27.             SUPER.NG               Norton Guide Datafile for SUPER.LIB
  28.  
  29.      Note re: Clipper 5.0
  30.      ---------------------
  31.      As of 10-12-1990 there are still bugs in Clipper 5.0. Nantucket
  32.      has promised a fix disk. Some of the library modules may be
  33.      affected by these bugs.
  34.  
  35.      Demonstration:
  36.      ------------------------------------------------------------------------
  37.      The file SF.PRG is provided as a useable demo of the library functions.
  38.      SF.PRG is an all-purpose generic data handler.
  39.  
  40.      Compile SF.PRG   (Clipper SF )
  41.  
  42.      To link SF.OBJ
  43.  
  44.  
  45.            Turbo Link (Tlink) :
  46.            TLINK SF,,,clipper + extend +  super
  47.  
  48.  
  49.            Microsoft Link    :
  50.            LINK SF,,,clipper,extend,super /SE:512 /NOE
  51.  
  52.  
  53.            Plink86           :
  54.            PLINK86 fi SF lib clipper,super,extend
  55.  
  56.            BLINKER           :
  57.            BLINKER fi SF lib super,clipper,extend
  58.  
  59.            RTLINK (Clipper 5.0 version)
  60.            RTLINK fi SF lib super5
  61.  
  62.         ---------------------------------------------------------
  63.  
  64.         Use the library on a trial basis for as long as you like.
  65.         If you decide to incorporate it into your apps, or would
  66.         like the source code and additional support, send in the
  67.         registration or call.
  68.  
  69.         If you use the library, please register it. (This is what I
  70.         do for a living, and your support is appreciated.)
  71.  
  72.  
  73.         Garry Prefontaine
  74.         Functional Software
  75.  
  76.