Project with ODAC does not compile

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
MDrueck
Posts: 18
Joined: Fri 01 Apr 2011 14:06
Location: Germany

Project with ODAC does not compile

Post by MDrueck » Tue 23 Jun 2020 09:46

What I did:
  • closed Delphi 10.3.3.
  • installed "odac112d26pro.exe"
  • opened a project with components:
    OraSession: TOraSession;
    OraQueueTable1: TOraQueueTable;
    OraDataSource1: TOraDataSource;
    OraQueue: TOraQueue;
  • tried to compile;
  • got the error
    „[dcc32 Fataler Fehler] AOSMain.pas(289): F2063 Verwendete Unit 'OraAQ' kann nicht compiliert werden“ (used Unit 'OraAQ' can't be compiled)
The folders „C:\Program Files (x86)\Devart\ODAC for RAD Studio 10.3\Lib\Win32“ and „C:\Program Files (x86)\Devart\ODAC for RAD Studio 10.3\Bin\Win32“ are part of the „Tools/Options/Language/Delphi/Library/Library path“. The file „C:\Program Files (x86)\Devart\ODAC for RAD Studio 10.3\Lib\Win32\OraAQ.dcu“ does exist.

So, what have I done wrong? Any help is appreciated. Thanks, Markus

MDrueck
Posts: 18
Joined: Fri 01 Apr 2011 14:06
Location: Germany

Re: Project with ODAC does not compile

Post by MDrueck » Wed 24 Jun 2020 10:46

OK, I solved it my self, using the source code, I also bought. Case closed.

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: Project with ODAC does not compile

Post by MaximG » Tue 30 Jun 2020 12:57

We are glad to see the problem resolved. Please don't hesitate to contact us with questions concerning our product usage.

Post Reply