home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / LA / LA027.ZIP / SUPER151.EXE / lha / README.DOC < prev    next >
Text File  |  1990-10-22  |  2KB  |  69 lines

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