Subversion Repositories autosfx

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 daniel-mar 1
ZipMaster can be built with compiler conditionals that allow you to change how some things operate.
2
 
3
The default settings are
4
 
5
  [X] USE_COMPRESSED_STRINGS
6
  [_] STATIC_LOAD_DELZIP_DLL
7
  [_] SINGLE_ZIPMASTER_VERSION
8
 
9
Set USE_COMPRESSED_STRINGS to store the string resources compressed in the .res file instead of as ResourceStrings.
10
 
11
When you want to work with static binding define the STATIC_LOAD_DELZIP_DLL directive.
12
Make sure that the component, and the Delphi IDE, can find DelZip179.dll .
13
 ( Either in the Windows System directory or in the same directory as your application executable. 
14
The IDE may require it to be either in the 'bpl' or the 'bin' directory depending upon version. )
15
 
16
Set SINGLE_ZIPMASTER_VERSION if you have no other versions of Zipmaster installed, 
17
  this will make it use a TZipMaster alias instead of the normal TZipMaster19