readVB64.txt 1.2 KB

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