home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 37 / hot37.iso / FICHEROS / 9TOOL / ADDZIP.ZIP / DELPHI / README.TXT < prev    next >
Text File  |  1998-02-01  |  923b  |  22 lines

  1. addZIP Compression Libraries 
  2. The complete compression solution for Windows developers.
  3.  
  4. The Delphi sample applications for QuickZip and ZipWiz can be compiled two
  5. different ways.
  6.  
  7. Method 1 uses a TEdit control to receive feedback from the compression
  8. libraries.  To use this method, make sure that USE_CALLBACKS is NOT
  9. defined in the Conditional Defines of the Project Options.
  10.  
  11. Method 2 uses a callback function to receive feedback from the compression
  12. libraries.  To use this method, make sure that USE_CALLBACKS IS defined
  13. in the Conditional Defines of the Project Options.
  14.  
  15. The use of the callback method is the recommended method for using
  16. these compression libraries.  It allows more versatility in coding a
  17. data compression application.
  18.  
  19. For support of the Delphi sample applications, contact Brad Clarke
  20. (bclarke@monisys.ca)
  21. *******************************************************************
  22.