Missing BPL files

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mrtblt
Posts: 8
Joined: Thu 16 Dec 2010 10:26

Missing BPL files

Post by mrtblt » Sun 14 Oct 2012 06:38

I have just installed IBDAC11 for delphi 2007. When I compile the project, I receive the following error :
IBDAC trial version needs additional "bpl" files to be present on the user pc.
If you build your project without runtime packages you need :
dac105.bpl
ibdac105.bpl
How to resolve this problem?

Regards

AndreyZ

Re: Missing BPL files

Post by AndreyZ » Mon 15 Oct 2012 08:00

Hello,

To run an application that uses IBDAC Trial version on a computer where there is no correspondent Delphi (in your case Delphi 2007), you should deploy the following files with the application:
dac105.bpl (IBDAC BPL file)
ibdac105.bpl (IBDAC BPL file)
rtl100.bpl (required Delphi BPL file)
dbrtl100.bpl (required Delphi BPL file)
These files must be located in the directory of the executable file of your application. For more information about deploying applications that use IBDAC, please read the "Deployment" topic in the IBDAC documentation.

Post Reply