Subject Re: [IBO] Cant install 4.6 Data Access Bundle
Author Helen Borrie
At 08:32 PM 30/01/2006, you wrote:
>Hi
>
>
>
>D6 sp 2, XP pro SP2.
>
>
>
>All previous bpls deleted and a fresh install of D6. The installer only
>puts in Core, Access, Tools and Internet. When manually trying to install
>other DT packages get the error
>
>
>
>Zlib.pas unsatisfied forward or external declaration '@inflate_trees_free'
>
>
>
>Any Ideas?

Yep, that should have been fixed!!!! It seems to be peculiar to the
Delphi 6 installation....

1. Change the name of ZLIB.pas to zzlib.pas (don't forget to rename
the unit in its header as well).

2. Edit the package IBO40VRT_D6.dpk, the last line in the "contains" list has
ZLIB in 'ZLIB.pas';
change it to:
zzlib in 'zzlib.pas';

Helen