readmeVB.txt 1.6 KB

12345678910111213141516171819202122232425262728293031323334
  1. On Windows open this file in WordPad.
  2. Contents of the "windll/vb" sub-archive
  3. This directory contains a Visual Basic project example for
  4. using the zip32.dll library. This project updates the Zip 2.3 VB
  5. project example and includes some bug fixes and many additional notes
  6. but is still compatible with zip32.dll. See the comments in the form
  7. and project files for details. It has been tested on VB 5 and VB 6.
  8. Zip 2.31 itself had bug fixes as well, including some related to the
  9. dll, and you should now use a version of zip32.dll from that or later.
  10. This dll includes a fix for the VB dll bug where Date, szRootDir, and
  11. szTempDir were not passed in correctly and setting these to anything
  12. but NULL could impact the dll and maybe crash it. You can tell which
  13. version you have by right clicking on zip32.dll in a file listing,
  14. looking at properties, selecting the Version tab, and verifying the
  15. Product Version is at least 2.31.
  16. A new dll is available as part of this Zip 3.0 release and a
  17. new VB project is included in the VBz64 directory. This dll and
  18. project supports Zip64 and large files but is not backward compatible
  19. with Zip32.dll. You will need the new zip32z64.dll to use this project,
  20. which can be compiled from Zip 3.0. See windll/VBz64 for details.
  21. Note that the files may saved in unix format with carriage returns
  22. stripped. These must be restored before the project can be successfully
  23. used. This can be done by using the -a option to unzip. Another way to
  24. do this is to open each file in WordPad, select and cut a line, paste
  25. the line back, and save the file. This will force WordPad to format
  26. the entire file.
  27. Ed Gordon
  28. 2/2/2007