Problem Install 2.50.19

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for InterBase & Firebird in Delphi and C++Builder
Post Reply
Airton Salviano
Posts: 6
Joined: Sat 08 Aug 2009 14:03

Problem Install 2.50.19

Post by Airton Salviano » Tue 03 Nov 2009 12:32

I have problem after update dbexpress.

Message delphi 2009:

[DCC Fatal Error] Unit1.pas(9): F2063 Could not compile used unit 'DBXDevartInterBase.pas'

My project is normal before update.

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

Post by Plash » Wed 04 Nov 2009 10:37

What error is on the previous line of the compiler output? There should be an actual error.

Airton Salviano
Posts: 6
Joined: Sat 08 Aug 2009 14:03

Detail Problem

Post by Airton Salviano » Wed 04 Nov 2009 12:39

The error occurs before generating the EXE file in the compiler.
The exact USES clause of the program.
My program was compiling the version 2.40.16 normally.

Bought with the sources, how do I compile and install from them, I think in this way could find the exact line of the problem.

I return to version 2:40:16, I am using the DataSnap, did the update because it had the history bug fixes for the DataSnap

I used Delphi 2009.

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

Post by Plash » Thu 05 Nov 2009 09:48

The DBXDevartInterBase unit is provided as both precompiled version and source. When you install Standard version, DBXDevartInterBase.dcu is placed to the lib folder of RAD Studio (Program Files\CodeGear\RAD Studio\6.0\lib). So compiler can find it. DBXDevartInterBase.pas is placed to \Source.

Post Reply