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
Mystery
Re: Mystery
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.
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.