Required package 'frxDAC15' not found

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
gareevrr
Posts: 1
Joined: Tue 16 Apr 2013 12:14

Required package 'frxDAC15' not found

Post by gareevrr » Tue 16 Apr 2013 12:26

I install frxUniDAC components for FastReport4. I have Delphi XE and UniDac ver. 4.1.4.
I have errors when compile frxUniDac15.dpr:
[DCC Fatal Error] frxUniDAC15.dpk(38): E2202 Required package 'frxDAC15' not found

In the options (library path) is: C:\Мои документы\DelphiXE_Components\Devart\UniDAC for RAD Studio XE\Demos\ThirdParty\FastReport\FR4\

What do I do?

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

Re: Required package 'frxDAC15' not found

Post by AlexP » Wed 17 Apr 2013 13:56

Hello,

Please try building our demo-packages in the following order:

1) Compile the DAC run-time package (frxDAC15.dpk)
2) Compile the UniDAC run-time package (frxUniDAC15.dpk)
3) Compile and install the UniDAC design-time package (dclfrxUniDAC15.dpk)

Post Reply