Page 1 of 1

Where I can download ODAC 6.80 for Free Pascal under Linux?

Posted: Fri 03 Apr 2009 12:29
by Legion
Where I can download trial version ODAC 6.80 for Free Pascal under Linux?

Posted: Fri 03 Apr 2009 14:42
by Plash
We have added ODAC for Free Pascal under Linux to our download page.

Posted: Tue 07 Apr 2009 12:03
by Legion
Thanks!

Posted: Mon 13 Apr 2009 13:04
by Legion
New stupid question :D
How install trial version into Lazarus?

Posted: Tue 14 Apr 2009 06:41
by Plash
You should open the dclodac.lpk file and press the Install button. Note that the Trial edition supports only Free Pascal 2.2.2 and Lazarus 0.9.26 because ODAC is precompiled with this version of Free Pascal.

Posted: Tue 14 Apr 2009 11:28
by Legion
Unable to find file DacVCL.pas
Recompiling DacVcl, checksum changed for Forms
DacVcl.pas(6,29) Fatal: Can't find unit DacVcl used by dacvcl10
The package dacvcl10 failed to compile.

Posted: Wed 15 Apr 2009 06:59
by Plash
This problem can occur if the Forms unit on your computer differs from the one which was used to compile ODAC. You should use Lazarus 0.9.26 from the original RPM package (not SVN).

Anyway you can try ODAC runtime by creating components in your code (if you don't have any problems with dac10.lpk and odac10.lpk packages).

Posted: Wed 15 Apr 2009 15:16
by Legion
I try install under Windows as first attempt (lazarus-0.9.26.2-fpc-2.2.2-win32.exe).
In runtime ODAC works without problems.