
                     Delphi Zip v1.20 


New features in this version of Delphi Zip:


- CPP Builder is now supported (even the free trial version)
  (but only one VERY simple demo app so far)

- Supports Delphi 2 and 3  (ver 1.1 also worked on Delphi 3,
  even though I didn't test it on Delphi 3 before it was released)

- New "AddHiddenFiles" option; will also extract them as hidden

- "list" and "extract" now work on self-extracting archives
  made by other zip utilities (but you can't create one, or
  add/delete files from one)

- Dynamic DLL loading/unloading; allows for performance
  tuning and memory optimization. You can load "what you need",
  "when you need it".  Or, for simplicity, just load both DLLs
  in your form's OnCreate and unload them in your OnDestroy.

- Misc bug fixes:
    Date/time of extracted files is now set correctly

    After adding files with recursion, then deleting files
    from the same archive, an error occurred; now fixed


Eric Engler
englere@swcp.com
