Page 1 of 1

Mystery

Posted: Thu 07 Aug 2014 13:53
by FreddyHolst
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

Re: Mystery

Posted: Tue 12 Aug 2014 09:40
by PavloP
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.