How to compile FastReport 5 components under Delphi XE7

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

How to compile FastReport 5 components under Delphi XE7

Post by swierzbicki » Thu 13 Nov 2014 07:32

Hello,

I'm not able to compile FR5 UniDAC components under XE7. Compiler is throwing this error on frxDAC21 package :

E2411 Unit frxCustomDB in package frxDB21 refers to unit fqbClass which is not found in any package. Packaged units must refer only to packaged units.

Ps : I'm using the latest FastReport 5 version (5.1.8)
Ps2 : I'm able to compile this package on prior Delphi version

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

Re: How to compile FastReport 5 components under Delphi XE7

Post by AlexP » Thu 13 Nov 2014 09:58

Hello,

We couldn't reproduce the error on the latest UniDAC version and the latest trial version of FastReport. Perhaps, FastReport was incorrectly installed. Try to re-install FastReport.

swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

Re: How to compile FastReport 5 components under Delphi XE7

Post by swierzbicki » Thu 13 Nov 2014 10:21

I've already uninstalled FastReport and installed again.
I'll give one more try but I don't see why this is happening !

swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

Re: How to compile FastReport 5 components under Delphi XE7

Post by swierzbicki » Thu 13 Nov 2014 10:39

I forgot to tell you that I've enabled QBUILDER in all frx.inc files :

{$DEFINE QBUILDER}

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

Re: How to compile FastReport 5 components under Delphi XE7

Post by AlexP » Thu 13 Nov 2014 11:07

Please specify the FastReport version you are using: Standard, Professional or Enterprise?

swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

Re: How to compile FastReport 5 components under Delphi XE7

Post by swierzbicki » Fri 16 Jan 2015 10:00

I've finally found the problem.

I found two fqb201.dcp files on my system:
- One in Fast Report 5\Lib21 folder (which is fine)
- One in Embarcadero\Studio\Dcp folder (should not be here)

Removing the later solved my issue !

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

Re: How to compile FastReport 5 components under Delphi XE7

Post by AlexP » Fri 16 Jan 2015 10:26

Glad to see that the issue was resolved. If you have any further questions, feel free to contact us.

Post Reply