RCmpLib v2.0 - 20/09/93       (c) 1993 Rolf van Gelder, All rights reserved
---------------------------------------------------------------------------

RCmpLib : Clipper Library with functions to compress files

Packing list :

RCMPDEMO.PRG            - Clipper 5.xx demo program for RCmpLib (Source)
RCMPLIB.CH              - Header file with pre-defined constants
RCMPLIB.DOC             - Documentation
RCMPLIB.FRM             - Registration form
RCMPEXO.LIB		- EXOSPACE compatible Library for Clipper 5.xx & S '87
RCMPLIB.LIB             - Clipper library for Clipper version 5.xx
RCMPS87.LIB		- Clipper library for Clipper Summer '87
RCMPLIB.NG              - Norton Guide with the functions of RCmpLib
README.TXT              - This file

To compile and link the demo program :

   CLIPPER RCMPDEMO /N
   RTLINK   FILE RCMPDEMO LIB RCMPLIB   -or-
   BLINKER  FILE RCMPDEMO LIB RCMPLIB   -or-
   EXOSPACE FILE RCMPDEMO LIB RCMPEXO

Copy some .DBF, .DBT and/or .NTX files to the default directory and
start the demo by typing RCMPDEMO.


History :

v2.0  (20/09/93) - ExoSpace compatible library added (RCmpExo.lib)
                 - <nCmpFact> parameter added to R_Compress()
                 - New function: R_LastErr()
                 - Updated error codes (in RCmpLib.CH)
                 - CAUTION ! Files that are compressed using RCmpLib v1.xx
		   can't be decompressed using RCmpLib v2.0 !

v1.2  (15/09/93) - Initialization error corrected
                 - Bug in the Clipper Summer '87 version corrected
                   (First byte of a decompressed file was always 00h ...)

v1.1  (04/09/93) - Error corrected while linking with RTLINK
                 - Separate library for Clipper Summer '87 added