Ora unit in BPL. Class TCursorField already exists error message

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

Ora unit in BPL. Class TCursorField already exists error message

Post by Guest » Fri 18 Mar 2005 15:35

I tried using the ora components in a BPL.

But, when i try to load the BPL, i get an error message A class named TCursorField already exists

I looked for this class name and it belongs to the ORA unit.

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Mon 21 Mar 2005 09:24

You cannot load your BPL simultaneously with odac.bpl. To do this you must
compile your BPL with odac.dcp in Requires section.

Post Reply