----------------------------------------------------------------------
Important information for use with the
PKWARE Data Compression Library (R) for Win32
Copyright 1991,1992,1994,1995,1996 PKWARE Inc. All Rights Reserved
PKWARE Data Compression Library Reg. U.S. Pat. and Tm. Off.
----------------------------------------------------------------------

This set of files provide a sample application that shows how to use 
the PKWARE Data Compression Library for Win32 with applications 
developed using Delphi.  This set consists of these files:

PKCMP.PAS       - Implements Delphi wrapper for the Data Compression 
                  Library.  This file is required in any Delphi 
                  project that will use the PKWARE Data Compression 
                  Library for Win32.
IMPEXP.DPR      - Delphi project file for this sample program.
IMPEXP.RES      - Compiled resource file for this sample program. 
SAMPLE.PAS      - Source code file for this sample program.
SAMPLE.DFM      - Form file for this sample program.
README.TXT      - Information on using the PKWARE Data Compression
                  Library for Win32 with Delphi. (this file)


In order to run this sample program you will need:

1. Copy the PKWARE Data Compression Library file called IMPBORL.DLL 
   into the project directory, or else make sure it is located in a directory that is 
   defined in your PATH.

2. Create a sample test file called PKTEST.IN in the project directory.  
   The PKTEST.IN file is not provided with the PKWARE Data Compression Library. 
   You can produce it by copying any file into the PKTEST.IN file.
   Example:  copy README.TXT PKTEST.IN


This sample consists of a simple interface that can be used to 
compress a file called PKTEST.IN into a file called PKTEST.OUT.  
The CRC32 value of the source file is displayed.  The buttons that 
appear in this program are as follows:

Implode        - Compresses the data in the file PKTEST.IN into a file
                 called PKTEST.OUT. 

Explode        - Extracts the compressed data in the file PKTEST.OUT 
                 into a file called PKTEST.NEW.

Clear CRC      - Clears the CRC32 values appearing on the screen.
