MyDAC on Lazarus 1.0.14 / FPC 2.6.2

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jkuiper2105
Posts: 20
Joined: Wed 18 Sep 2013 14:10

MyDAC on Lazarus 1.0.14 / FPC 2.6.2

Post by jkuiper2105 » Wed 05 Feb 2014 15:00

I want to try MyDAC on my Lazarus for my Wince project.
Because MyDAC has an own direct connection to MySQL.
If I want to install MyDAC I select dclmydac10 package. This package also install all other required packages.
But my installation hangs on this message:

C:\lazarus\MyDAC\Packages\mydacvcl10.pas(5,2) Fatal: Can't open include file "MyDac.inc"

Is package dclmydac10 the right one to install and how do avoid this error message?

PavloP
Devart Team
Posts: 149
Joined: Fri 24 Jan 2014 12:33

Re: MyDAC on Lazarus 1.0.14 / FPC 2.6.2

Post by PavloP » Thu 06 Feb 2014 15:09

Now, we support Lazarus 1.0.12 and Free Pascal 2.6.2 for Windows, Linux, Mac OS X, FreeBSD for 32-bit and 64-bit platforms.
You can learn more about MyDAC compatibility at http://www.devart.com/mydac/compatibility.html

jkuiper2105
Posts: 20
Joined: Wed 18 Sep 2013 14:10

Re: MyDAC on Lazarus 1.0.14 / FPC 2.6.2

Post by jkuiper2105 » Fri 07 Feb 2014 09:38

Okay. Back to 1.0.12
I still try to find the right way to install these components (which package must first).
Now I get this message:
dacvcl10.pas(6,3) Fatal: Can not find DacVcl used by dacvcl10, ppu=..\lib\i386-win32\DacVcl.ppu, package dacvcl10
I'm using Lazarus 1.0.12 on Windows 8.1 32b

PavloP
Devart Team
Posts: 149
Joined: Fri 24 Jan 2014 12:33

Re: MyDAC on Lazarus 1.0.14 / FPC 2.6.2

Post by PavloP » Mon 10 Feb 2014 16:43

Download the trial of MyDAC.

Edit the source code of the "...\Packages\mydacvcl10.pas" file by deleting the {$I MyDac.inc} line from it.

Open the dclmydac10.lpk package and install it without compilation.

Post Reply