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?
MyDAC on Lazarus 1.0.14 / FPC 2.6.2
Re: MyDAC on Lazarus 1.0.14 / FPC 2.6.2
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
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
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:
I still try to find the right way to install these components (which package must first).
Now I get this message:
I'm using Lazarus 1.0.12 on Windows 8.1 32bdacvcl10.pas(6,3) Fatal: Can not find DacVcl used by dacvcl10, ppu=..\lib\i386-win32\DacVcl.ppu, package dacvcl10
Re: MyDAC on Lazarus 1.0.14 / FPC 2.6.2
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.
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.