Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
bah111
Posted - Mar 25 2024 : 19:11:12 Hi Nigel, I am unclear on the use of IEINCLUDEZLIB - if I undefine it will it use the standard zlib library? If not what is the benefit of using the IEINCLUDEZLIB included code instead of the using System.Zlib? Thanks
1 L A T E S T R E P L I E S (Newest First)
xequte
Posted - Mar 25 2024 : 23:31:17 Hi
In XE2 or newer, ImageEn automatically uses the VCL ZLib ("IEUseVCLZLib" define). In older Delphi versions it uses our ZLib code.
Undefining "IEINCLUDEZLIB" remove all ZLib support.