1On Windows open this file in WordPad.
2
3Contents of the "windll/vbz64" sub-archive
4
5This directory contains a Visual Basic project example for using the
6zip32z64.dll library (Zip 3.0 with Zip64 enabled).  See the comments in
7the form and project files for details.
8
9This new project and the new zip32z64.dll library are not compatible
10with previous VB examples using the zip32.dll interface as this new
11interface supports more files and handles file sizes larger than 2 GB.
12It should be simple to convert a VB program using zip32.dll to
13zip32z64.dll but the program may need some changes.  For a compatible
14replacement use the dll compiled from Zip 2.32 (released separately)
15and see the zip32.dll example in the VB directory of this source tree.
16
17Note that the files may be saved in unix format with carriage returns
18stripped.  These must be restored before the project can be successfully
19used.  This can be done by using the -a option to unzip.  Another way to
20do this is to open each file in WordPad, select and cut a line, paste
21the line back, and save the file.  This will force WordPad to change the
22line ends in the entire file.  Newer versions of WordPad may not do this.
23
24Ed Gordon
254/26/2008
26