File not found: 'DBXpress.dcu'

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for InterBase & Firebird in Delphi and C++Builder
Post Reply
esasse
Posts: 47
Joined: Tue 27 Nov 2007 19:08
Location: Brazil

File not found: 'DBXpress.dcu'

Post by esasse » Mon 25 Oct 2010 19:18

When I try to compile the driver with my application using Delphi XE I get:

[DCC Fatal Error] dbexp.pas(23): F1026 File not found: 'DBXpress.dcu'

Version 2.70.26

AndreyZ

Post by AndreyZ » Tue 26 Oct 2010 07:48

Hello,

Thank you for the information. We have reproduced this problem and fixed it. This fix will be included in the next DbxIda build. To solve the problem you should comment the DBXpress unit in the dbexp.pas file like this:

Code: Select all

{$ELSE}
//  DBXpress,
{$ENDIF}

esasse
Posts: 47
Joined: Tue 27 Nov 2007 19:08
Location: Brazil

Post by esasse » Wed 27 Oct 2010 17:31

How come you ship a product that doesn't even compile?
What a shame!

AndreyZ

Post by AndreyZ » Fri 29 Oct 2010 07:41

You are right, and we are sorry for this mistake. Please excuse us for the inconvinience.

Post Reply