Install trial MyDAC 8.7 on Lazarus 1.6

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Lazarusowski
Posts: 6
Joined: Sat 02 Jul 2016 12:25

Install trial MyDAC 8.7 on Lazarus 1.6

Post by Lazarusowski » Sat 02 Jul 2016 12:39

I want to try trial MyDAC 8.7 for Lazarus.
I'm using Lazarus 1.6.0-fpc-3.0.0-win32 on Windows 10.

I select dclmydac10 package.

But my installation hangs on this message:
dacvcl10.pas(6,3) Fatal: Cannot find DacVcl used by dacvcl10, incompatible ppu=C:\lazarus\components\MyDAC\lib\i386-win32\DacVcl.ppu, multiple packages: dac10, dacvcl10

can anyone help?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Install trial MyDAC 8.7 on Lazarus 1.6

Post by AlexP » Mon 11 Jul 2016 10:22

Hello,

To resolve this problem, specify the path to the compiled binary MyDAC files in Tools-> Configure Build Lazarus-> Build-> Options

for example,

-FuC:\Lazarus_x86\components\mydac\lib\i386-win32\

Post Reply