Install components with sources - BIG PROBLEM

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
progman
Posts: 11
Joined: Tue 19 Feb 2008 10:44

Install components with sources - BIG PROBLEM

Post by progman » Mon 20 Apr 2009 13:27

When I try install every new version I have big trouble to install UniDac (I use Delphi7).

I compile/install every runtime/designtime packages and after I close Delphi I see error messages that Delphi can't locate unidac70.bpl, dclunidac70.bpl files !!!

How to install UniDac with sources ???

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Tue 21 Apr 2009 07:19

After compilation you should copy *.bpl files to a folder that is present in the PATH environment variable (for example: C:\Program Files\Borland\Delphi7\Projects\Bpl).

progman
Posts: 11
Joined: Tue 19 Feb 2008 10:44

Post by progman » Tue 21 Apr 2009 08:59

Plash wrote:After compilation you should copy *.bpl files to a folder that is present in the PATH environment variable (for example: C:\Program Files\Borland\Delphi7\Projects\Bpl).
- which *.bpl (why when I install another dpk I do not have copy bpl) ?
- some *.bpl after compile and install are created in different folders (DELPHI7\PROJECTS\BPL, dpk directory, ....)
- after install I must define UNIDACPRO in dac.inc yet !!!

I waste many time to install this components (manual install from dpk)....

Could you describe how to install it in ReadMe file ?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 23 Apr 2009 08:33

You should copy the *.bpl file for each package you have compiled. If the Output path is not specified in Project options, Delphi places these files in the C:\Program Files\Borland\Delphi7\Projects\Bpl folder by default. So some packages do not require copying.
We will check UniDAC packages and clear the Output path. So such problem should not occur in the next build of UniDAC.

We will also add {$DEFINE UNIDACPRO} to Dac.inc in the next UniDAC build.

The ReadMeSrc.txt file contains the description of the UniDAC with Sources installation.

Post Reply