Subject | RE: [IBO] Cant install 4.6 Data Access Bundle |
---|---|
Author | Paul Hope |
Post date | 2006-01-30T10:55:51Z |
Hi Helen
Then changes zlib to zzlib in the uses clause of IB_OLEContainer to ZZLIB -
still didn't help :-/
Cant see how changing the unit name will make a forward or external
declaration appear - unless there is supposed to be a zlib somewhere?
Regards
Paul
> -----Original Message-----Did the above and it didn't help :-(
> From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On
> Behalf Of Helen Borrie
> Sent: 30 January 2006 09:56
> To: IBObjects@yahoogroups.com
> Subject: Re: [IBO] Cant install 4.6 Data Access Bundle
>
> 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
>
Then changes zlib to zzlib in the uses clause of IB_OLEContainer to ZZLIB -
still didn't help :-/
Cant see how changing the unit name will make a forward or external
declaration appear - unless there is supposed to be a zlib somewhere?
Regards
Paul