dac70.bpl & odac70.bpl error

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
lprigmore
Posts: 1
Joined: Sat 10 Feb 2007 06:13
Location: Houston, TX - Highland Vilage

dac70.bpl & odac70.bpl error

Post by lprigmore » Wed 19 Sep 2007 20:20

Hi,

My app runs fine on the development machine. However, when on the production/user machine, I get the following error:
=======================================
Odac70.bpl error
ODAC Trial version needs additional “bpl” files to be present on the user PC.
If you build your project without run-time packages you need:
dac70.bpl
odac70.bpl
=======================================
This appears to be a license problem. i.e. ODAC is detectiong itself as unlicensed. However, this is a licensed version.

Thanks in advance for the help,
Les

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 20 Sep 2007 15:16

This error can occurs if you have built your application with the Trial ODAC *.dcu files. Make sure that you uninstalled the Trial ODAC edition from your developer computer. Also uninstall a non-Trial edition, and check that there is no ODAC files on your computer. Then install a non-Trial ODAC edition and recompile your application.

Post Reply