Page 1 of 1

Delphi 2007 DEMO compile error

Posted: Tue 13 Dec 2011 18:37
by fcpr
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

Posted: Wed 14 Dec 2011 09:07
by AndreyZ
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.