Page 1 of 1

Delphi 2009: Error F2063 compiling every demo- Program

Posted: Mon 07 Dec 2009 09:34
by Scharioth
I am testing the free trial version 4.5 for oracle.

After installing the dbxoda.exe and opening a demo program (such as query)
i get the compiler error:

[DCC Warnung] Main.pas(20): W1006 Unit 'DBXpress' ist veraltet
[DCC Fataler Fehler] Main.pas(22): F2063 Verwendete Unit 'DBXDevartOracle.pas' kann nicht compiliert werden

I checked this with several demo programs and i get always the same
error.

Bevor version 4.5 i tried v4.20 and everthings works fine. The demo program query compiled without error and started.

What did i wrong? Must i prepare my Delphi 2009? I can't find any Hints in the readme, faq etc. documents.

I have the latest updates for Delphi 2009 installed:
Delphi and C++ Builder Update 3
Delphi and C++ Builder Update 4 (Database Pack Update)

(P.s.; without update 3,4 the same error occured)

Thanks

Scharioth

Posted: Tue 08 Dec 2009 08:58
by Plash
Maybe the compiler cannot find the DBXDevartOracle unit. Please add the \Source directory to the IDE Library Path (Tools | Options in the menu).

Posted: Tue 08 Dec 2009 11:46
by Scharioth
Yes, it works.

After adding "C:\Programme\DEvart\DbxOda\Source" to the library path
in "Tools\Options" the demo program query compiled without problems.

I have to test the program against Oracle 8i later, but i think the problem is
solved.

Wondering why i had to add this in Version 4.5 and not in Version 4.2.

So far, thanks to you.

Grettings

Scharioth