ODAC & FastReport: Cannot build with QueryBuilder

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
waeberd
Posts: 22
Joined: Tue 09 Nov 2004 06:48

ODAC & FastReport: Cannot build with QueryBuilder

Post by waeberd » Tue 23 Aug 2005 13:20

Dear coreLab-Team,

I'm using the latest ODAC version and FastReport 3.15 / 3.16.

Works all well, but if I want to compile FastReport with the FastQueryBuilder option on (with the QBUILDER compiler switch), I get compile errors:

Code: Select all

[Error] frxODACComponents.pas(142): Undeclared identifier: 'TODACQuery'
[Fatal Error] frxODACComponents.pas(162): Could not compile used unit 'frxODACRTTI.pas'
The class TODACQuery isn't declared anywhere.

Disabling the QBUILDER define and everything compiles fine again...
Can you help me?

Thanks!

Daniel

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Fri 26 Aug 2005 13:19

We added FastReport v 3.16 support (this feature will be included in the next ODAC build) and tested it.There were some issues in FastReport 3.15 support, so I suggest you to wait for a new version and try with it. We are planning to release it at the next week.

waeberd
Posts: 22
Joined: Tue 09 Nov 2004 06:48

Post by waeberd » Tue 30 Aug 2005 10:45

cool, thanks a lot Alex!

Post Reply