UniDac + FastReport + C++Builder

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
banita
Posts: 29
Joined: Fri 19 Jun 2009 14:31

UniDac + FastReport + C++Builder

Post by banita » Thu 12 Nov 2009 14:46

How can I install fastreport component under c++builder? I install it under delphi but I need it under c++builder too.

I use RS2010 and need this with delphi and c++

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

Post by Plash » Fri 13 Nov 2009 10:08

Do the following:
open frxDACxx.dproj;
select Project | Options from the RAD Studio menu;
select the Delphi Compiler \ Linker category;
set the value of the Linker Output option to "Generate all C++ Builder files (including package libs)";
recompile the package.

Do to same with the frxUniDACxx.dproj and dclfrxUniDACxx.dproj packages.

We will change the project options in the next build of UniDAC.

banita
Posts: 29
Joined: Fri 19 Jun 2009 14:31

Post by banita » Fri 13 Nov 2009 14:30

it works but how can I use database with utf-8 encoding with this component?

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

Post by Plash » Mon 16 Nov 2009 09:06

You can open the SpecificOptions editor for the UniDACDatabase component and add 'UseUnicode=True' in the editor.

banita
Posts: 29
Joined: Fri 19 Jun 2009 14:31

Post by banita » Mon 16 Nov 2009 10:58

thanks! now all works great

Post Reply