home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / CLIPPER / RCMP20 / README.TXT < prev   
Text File  |  1993-09-20  |  2KB  |  43 lines

  1. RCmpLib v2.0 - 20/09/93       (c) 1993 Rolf van Gelder, All rights reserved
  2. ---------------------------------------------------------------------------
  3.  
  4. RCmpLib : Clipper Library with functions to compress files
  5.  
  6. Packing list :
  7.  
  8. RCMPDEMO.PRG            - Clipper 5.xx demo program for RCmpLib (Source)
  9. RCMPLIB.CH              - Header file with pre-defined constants
  10. RCMPLIB.DOC             - Documentation
  11. RCMPLIB.FRM             - Registration form
  12. RCMPEXO.LIB        - EXOSPACE compatible Library for Clipper 5.xx & S '87
  13. RCMPLIB.LIB             - Clipper library for Clipper version 5.xx
  14. RCMPS87.LIB        - Clipper library for Clipper Summer '87
  15. RCMPLIB.NG              - Norton Guide with the functions of RCmpLib
  16. README.TXT              - This file
  17.  
  18. To compile and link the demo program :
  19.  
  20.    CLIPPER RCMPDEMO /N
  21.    RTLINK   FILE RCMPDEMO LIB RCMPLIB   -or-
  22.    BLINKER  FILE RCMPDEMO LIB RCMPLIB   -or-
  23.    EXOSPACE FILE RCMPDEMO LIB RCMPEXO
  24.  
  25. Copy some .DBF, .DBT and/or .NTX files to the default directory and
  26. start the demo by typing RCMPDEMO.
  27.  
  28.  
  29. History :
  30.  
  31. v2.0  (20/09/93) - ExoSpace compatible library added (RCmpExo.lib)
  32.                  - <nCmpFact> parameter added to R_Compress()
  33.                  - New function: R_LastErr()
  34.                  - Updated error codes (in RCmpLib.CH)
  35.                  - CAUTION ! Files that are compressed using RCmpLib v1.xx
  36.            can't be decompressed using RCmpLib v2.0 !
  37.  
  38. v1.2  (15/09/93) - Initialization error corrected
  39.                  - Bug in the Clipper Summer '87 version corrected
  40.                    (First byte of a decompressed file was always 00h ...)
  41.  
  42. v1.1  (04/09/93) - Error corrected while linking with RTLINK
  43.                  - Separate library for Clipper Summer '87 added