Mystery

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
FreddyHolst
Posts: 1
Joined: Thu 07 Aug 2014 13:40

Mystery

Post by FreddyHolst » Thu 07 Aug 2014 13:53

I have installed IBDAC ver. 5.3.9 in C++ Builder XE6, where I also have LMD Tools Component pack installed.

If I use both IBDAC, and a LMD component(ex. LMDDBLabeledEdit), in the same application I get

[bcc64 Error] System.ZLib.hpp(280): expected unqualified-id
[bcc64 Error] System.ZLib.hpp(316): expected unqualified-id
[bcc64 Error] System.ZLib.hpp(316): expected ')'
System.ZLib.hpp(316): to match this '('

Used separately, it works fine.

Any ideas will be appriciated



Regards
Freddy

PavloP
Devart Team
Posts: 149
Joined: Fri 24 Jan 2014 12:33

Re: Mystery

Post by PavloP » Tue 12 Aug 2014 09:40

IBDAC uses the ZLib units supplied with Delphi, so IBDAC is compatible with any other components that use these units.
If the LMD Tools Component pack uses its own ZLIb units, it means that it is not compatible with any other components that use the ZLib units supplied with Delphi.

Post Reply