Delphi 2007 DEMO compile error

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
fcpr
Posts: 2
Joined: Tue 13 Dec 2011 18:24

Delphi 2007 DEMO compile error

Post by fcpr » Tue 13 Dec 2011 18:37

Hi,

I'm trying to compile the MyDACDemo with Delphi2007 and I'm receiving the following compiler error:
[DCC Error] DemoFrame.pas(21): F2051 Unit MemUtils was compiled with a different version of zlib.zlibAllocMem

Any ideas?

Thanks,

Francisco

AndreyZ

Post by AndreyZ » Wed 14 Dec 2011 09:07

Hello,

Such error occurs when you have another (maybe third-party) ZLib units. MyDAC uses ZLib that is supplied with Delphi. Please check that Delphi Library path does not contain a path to another ZLib units.

Post Reply