Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
-
Legion
- Posts: 30
- Joined: Wed 01 Jun 2005 15:38
- Location: Russia
Post
by Legion » Fri 03 Apr 2009 12:29
Where I can download trial version ODAC 6.80 for Free Pascal under Linux?
-
Plash
- Devart Team
- Posts: 2844
- Joined: Wed 10 May 2006 07:09
Post
by Plash » Fri 03 Apr 2009 14:42
We have added ODAC for Free Pascal under Linux to our download page.
-
Legion
- Posts: 30
- Joined: Wed 01 Jun 2005 15:38
- Location: Russia
Post
by Legion » Tue 07 Apr 2009 12:03
Thanks!
-
Legion
- Posts: 30
- Joined: Wed 01 Jun 2005 15:38
- Location: Russia
Post
by Legion » Mon 13 Apr 2009 13:04
New stupid question
How install
trial version into Lazarus?
-
Plash
- Devart Team
- Posts: 2844
- Joined: Wed 10 May 2006 07:09
Post
by Plash » Tue 14 Apr 2009 06:41
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.
-
Legion
- Posts: 30
- Joined: Wed 01 Jun 2005 15:38
- Location: Russia
Post
by Legion » Tue 14 Apr 2009 11:28
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.
-
Plash
- Devart Team
- Posts: 2844
- Joined: Wed 10 May 2006 07:09
Post
by Plash » Wed 15 Apr 2009 06:59
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).
-
Legion
- Posts: 30
- Joined: Wed 01 Jun 2005 15:38
- Location: Russia
Post
by Legion » Wed 15 Apr 2009 15:16
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.