home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a071 / 2.img / README.DOC < prev    next >
Encoding:
Text File  |  1990-06-29  |  2.4 KB  |  70 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.      ** Fri  04-06-1990  ADDED SUPPORT FOR BLINKER LINKER
  8.      ** Fri  06-29-1990  Added Clipper 5.0 support
  9.  
  10.         Files on this disk
  11.  
  12.             README.DOC             This file
  13.  
  14.             SF.PRG                 Super.Lib demo program source
  15.             SUPER.LIB              Super.Lib library
  16.             SUPER.DOC              General Documentation
  17.             SUPER.FUN              Full Clipper function description
  18.             SUPER_C.FUN            Full C/ASM function description
  19.             ALPHA.FUN              Alphabetical function list
  20.             SUPPORT.DOC            Support information
  21.             TODATE.DOC             Changes log (chronological)
  22.             ORDER.DOC              Order form
  23.  
  24.             BLCOMP.BAT             Sample batch for BLINKER compile
  25.             PLCOMP.BAT             Sample batch for PLINK compile
  26.             TLCOMP.BAT             Sample batch for TLINK compile
  27.             MSCOMP.BAT             Sample batch for LINK compile
  28.  
  29.             SUPER.NG               Norton Guide Datafile for SUPER.LIB
  30.  
  31.  
  32.      Demonstration:
  33.      ------------------------------------------------------------------------
  34.      The file SF.PRG is provided as a useable demo of the library functions.
  35.      SF.PRG is an all-purpose generic data handler.
  36.  
  37.      Compile SF.PRG   (Clipper SF )
  38.  
  39.      To link SF.OBJ
  40.  
  41.  
  42.            Turbo Link (Tlink) :
  43.            TLINK SF,,,clipper + extend +  super
  44.  
  45.  
  46.            Microsoft Link    :
  47.            LINK SF,,,clipper,extend,super /SE:512 /NOE
  48.  
  49.  
  50.            Plink86           :
  51.            PLINK86 fi SF lib clipper,super,extend
  52.  
  53.            BLINKER           :
  54.            BLINKER fi SF lib super,clipper,extend
  55.  
  56.         ---------------------------------------------------------
  57.  
  58.         Try the library for as long as you like. If you decide to
  59.         incorporate it into your apps, or would like the source
  60.         code and additional support, send in the registration or
  61.         call.
  62.  
  63.         If you use the library, please register it. This is what I
  64.         do for a living, and your support is appreciated.
  65.  
  66.  
  67.         Garry Prefontaine
  68.         Functional Software
  69.  
  70.