Package "dcldbxida160" not found

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for InterBase & Firebird in Delphi and C++Builder
Post Reply
Dirk Köhler
Posts: 2
Joined: Wed 15 Aug 2012 06:51

Package "dcldbxida160" not found

Post by Dirk Köhler » Wed 15 Aug 2012 07:01

Hello,

we have to build our project with runtime packages.
If I try to compile the project i get an Error 'E2202 required package "dcldbxida160" not found'.

The only file on our System is a bpl-File, but i miss the dcp.

Do you have any suggestion how to solve this problem?

We use Delphi XE2 on a Windows 7 64Bit OS.

Regards,
Dirk Köhler

ZEuS
Devart Team
Posts: 240
Joined: Thu 05 Apr 2012 07:32

Re: Package "dcldbxida160" not found

Post by ZEuS » Wed 15 Aug 2012 10:21

dcldbxida160.bpl is a design-time package and it does not have to be included into your project. You only need to add the DBXDevartInterBase unit to your project's uses list in order to use dbExpress driver for InterBase and Firebird.
So, when you build your project with runtime packages, you don't need to add dcldbxida160 to the runtime package list.

Dirk Köhler
Posts: 2
Joined: Wed 15 Aug 2012 06:51

Re: Package "dcldbxida160" not found

Post by Dirk Köhler » Wed 15 Aug 2012 11:16

It was included automatically, but adding the DBXDevartInterBase Unit solved the problem.

Thank you very much

Post Reply