ComponentAce presents public tests of well known multi-file compression libraries. 
We give you a possibility to perform your own tests using our test program. 
The results of our tests are presented on ComponentAce web site:
www.componentace.com

In any case, with any publishing of any investigations using the materials presented here or 
on the ComponentAce web site, 
you must refer to ComponentAce as the author and the article itself.

Usage:

1) Copy test files to Data folder. You can download Calgary Corpus test from 
http://links.uwaterloo.ca/calgary.corpus.html
2) Download and install necessary components. You can download FlexCompress and ZipForge from
www.componentace.com/download
3) Run Delphi and open project CompressionTest. 
4) Set $ before DEFINE directive in uCompress unit to make test for corresponding component.
You should not switch on more than one directive for the components. 
By default FlexCompress directive is enabled:
{$DEFINE FXC}   // FlexCompress
{DEFINE ZF}	// ZipForge
{DEFINE VCLZIP}
{DEFINE ZIPTV}
{DEFINE ABBREVIA}
5) Compile and run the project
6) When the program execution is finished look at folder Logs for results. There will be a CSV file with
results for the tested product.

(c) ComponentAce, 2003.
http://www.componentace.com
mailto:support@componentace.com



