Delphi 2 Zip Package
Version 1.0
by Eric W. Engler


Installation
------------

This is one of the biggest freeware software releases for Delphi.
To get going quickly and correctly, please follow these instructions.

1.  You MUST install this package with Delphi v2.xx.  This package
REQUIRES the Win32 API, and because of it's complexity, back-porting
to Delphi v1 is NOT practical - don't waste your time unless you 
are well-versed in C language DLL programming for both Win16 and
Win32.

    This hasn't been tested on Delphi version 3, but it is expected
to be highly portable to that version, perhaps with no changes at all.

2.  Decide which "base directory" you will use for the ZIP package.
I am using C:\ZIP on my computer, but you can use whatever you
want.  You'll need to set up some subdirectories under this directory.
This set of MS-DOS commands will set up your directory tree:

CD \
MD ZIP
CD ZIP
PKUNZIP <SOURCE>DELZIP10
INST

3.  
