Subject | Re: [IBO] Cant install 4.6 Data Access Bundle |
---|---|
Author | Helen Borrie |
Post date | 2006-01-30T09:56:04Z |
At 08:32 PM 30/01/2006, you wrote:
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
>HiYep, that should have been fixed!!!! It seems to be peculiar to the
>
>
>
>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?
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