View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0006738 | MMW v4 | Other | public | 2010-11-23 12:31 | 2010-12-10 05:21 | 
| Reporter | Ludek | Assigned To | |||
| Priority | urgent | Severity | minor | Reproducibility | always | 
| Status | closed | Resolution | fixed | ||
| Product Version | 3.2.2 | ||||
| Target Version | 4.0 | Fixed in Version | 4.0 | ||
| Summary | 0006738: Remove dependencies on UnZip32.dll | ||||
| Description | Currently we use UnZip32.dll for unzipping files, there are several disadvantages: 1. It is not unicode ready 2. We need UnZip32.dll in our installation folder 3. it is not a solution for the future cross-platform version We should replace the functionality by using ZLib unit that is part of Delphi's RTL and eliminates all the mentioned disadvantages (unicode ready, no DLL needed, cross-platform promise) in addition there are some very nice components using ZLib like KAZip ( http://www.vclcomponents.com/Delphi/Compression__Encryption/KAZip-info.html ) which we could use in the future for more complex ZIP/UNZIP operations.  | ||||
| Tags | No tags attached. | ||||
| Fixed in build | 1329 | ||||