Page 1 of 1

Missing BPL files

Posted: Sun 14 Oct 2012 06:38
by mrtblt
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

Re: Missing BPL files

Posted: Mon 15 Oct 2012 08:00
by AndreyZ
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.