TZipBuilder is the CPP translation of the Delphi component TZipMaster.
For info about TZipMaster and downloads see
http://www.delphizip.org
The TZipBuilder component allows a program to archive the contents of files in a condensed form,
and to restore this content in the original form without loss of data.
The component also has to capability of creating "self-extracting" archives.
The nucleus of the component is a DLL.
The latest version of the dll can be found at
dll.delphizip.org
New version 1.79
New build 1.79.10.26
New build for :
- Problem with type of HInstance in newer compilers solved.
- Cures the problem that extract was ignoring the CodePage setting.
New in version 1.79:
- The two dll's are now joined into one single dll.
- There are now different options for working with the dll:
- Put it in a resource file using the new tool.
- Put the dll in a folder and point to this folder in he component property DllDirectory.
- Put the dll in the system folder or in the same folder as the application.
- Error and info messages can be put in the resource file in multiple languages.
- SFX stubs in multiple languages can be put in the resource file.
- Rename, Delete, AddFreshen and AddUpdate are allowed for multi-volume archives.
- The internal SFX code is a copy of TZipBuilderSFX
- New tool ZipResMaker to create the resource file containing the messages
in multiple languages, the SFX stubs in multiple languages and the dll.
For the available downloads see also Downloads and previous releases:
- The version for manual installation
ZipBuilder1791026.zip
MD5Sum:
98a66b0af447a6ee96872454f39812a5
- The version for semi-automated installation
ZB179Setup1026.exe
MD5Sum:
31402db412b6634135b87e7a78fc7b4c
- The changed files compared to previous version
ZipBuildupd1791026.zip
MD5Sum:
db425f83806f25835689ac4fa415c313
As before the component remains free-ware, we urge you to use the free mail list
delphizip AT freelists DOT org,
to send any questions remarks, or bug reports. To use this list you have to subscribe to it.
You can subscribe via Eric Engler's web site:
http://www.geocities.com/SiliconValley/Network/2114/
The DLL mentioned earlier is based on DLL's from Info-ZIP:
http://www.info-zip.org/pub/infozip/
But if you have problems they will not be able to help you, use the mail list.
For the "C" sources for the Dll's go to
http://www.delphizip.org
All language resources are put together in one archive for download LangRes,
some message will be missing in most of the languages, because we don't have correct translations.
See the included document "ResNote.txt" for more info.
We have some tools in support of TZipBuilder.
For a download of the latest version of the SFX subs, for use together with TZipBuilder,
go to the TZipBuilderSFX page
Version 1.78
Version 1.78 and all previous versions remain available on
Downloads and previous releases