Page 1 of 1

Package "dcldbxida160" not found

Posted: Wed 15 Aug 2012 07:01
by Dirk Köhler
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

Re: Package "dcldbxida160" not found

Posted: Wed 15 Aug 2012 10:21
by ZEuS
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.

Re: Package "dcldbxida160" not found

Posted: Wed 15 Aug 2012 11:16
by Dirk Köhler
It was included automatically, but adding the DBXDevartInterBase Unit solved the problem.

Thank you very much