BPL plugin with ODAC

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Guest

BPL plugin with ODAC

Post by Guest » Mon 09 May 2005 14:04

How can I use ODAC components in BPL plugin?
When I add OraQuery to a form in my BPL, I get an exception:
"Application is not licensed to use this feature".
What should I do?

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Tue 10 May 2005 07:19

ODAC doesn't have such error message,may be it is CBuilder error. You will easy find description for this error in Internet groups.

Guest

Post by Guest » Tue 10 May 2005 07:53

I found that this error may happen when BPL and main app is compiled with different version of Delphi (I use Delphi 7 Enterprise build 8.1 with upgrade installed). I compile main app and BPL with the same compiler.
Maybe ODAC must be compiled with the same version?
Is it possible to get a version of ODAC to use in a BPL?
Thanks for any help.

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Tue 10 May 2005 09:51

We couldn't reproduce your problem on Delphi 7 (ver. 8.1), so try to remove BPLs from Requires one by one to determine the reason of your message, in case the cause is our BPL please send us complete sample to demonstrate it to ODAC support address.

Post Reply