After install UniDAC Trial in project showing error:

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ELEA
Posts: 1
Joined: Wed 03 Nov 2010 13:46
Contact:

After install UniDAC Trial in project showing error:

Post by ELEA » Wed 03 Nov 2010 13:58

Trial version needs additional "bpl" files to be present on your PC.

enter point in procedure @Crvio@Initialization$qqrv not found

Original:
"Точка входа в процедуру @Crvio@Initialization$qqrv не найдена"

The UniDAC component installed 1st time. Files dac70.bpl and unidac70.bpl present in C:\Program Files\Devart\UniDAC for Delphi 7\Bin and in Borland\Delphi7\Bin catalogs.


??

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Wed 03 Nov 2010 14:29

Hello,

It is a trial limitation of UniDAC to deploy the following bpl's with your application, even if it is built without run-time packages:
dacXX, unidacXX, rtl, dbrtl, vcl, vcldb.
You can find detailed information about it in the "Deployment" topic of the UniDAC help.

Post Reply