Page 1 of 1

MyDAC on Lazarus 1.0.14 / FPC 2.6.2

Posted: Wed 05 Feb 2014 15:00
by jkuiper2105
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?

Re: MyDAC on Lazarus 1.0.14 / FPC 2.6.2

Posted: Thu 06 Feb 2014 15:09
by PavloP
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

Re: MyDAC on Lazarus 1.0.14 / FPC 2.6.2

Posted: Fri 07 Feb 2014 09:38
by jkuiper2105
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

Re: MyDAC on Lazarus 1.0.14 / FPC 2.6.2

Posted: Mon 10 Feb 2014 16:43
by PavloP
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.