addZIP Compression Libraries The complete compression solution for Windows developers. The Delphi sample applications for QuickZip and ZipWiz can be compiled two different ways. Method 1 uses a TEdit control to receive feedback from the compression libraries. To use this method, make sure that USE_CALLBACKS is NOT defined in the Conditional Defines of the Project Options. Method 2 uses a callback function to receive feedback from the compression libraries. To use this method, make sure that USE_CALLBACKS IS defined in the Conditional Defines of the Project Options. The use of the callback method is the recommended method for using these compression libraries. It allows more versatility in coding a data compression application. For support of the Delphi sample applications, contact Brad Clarke (bclarke@monisys.ca) *******************************************************************