Page 1 of 1

UniDac + FastReport + C++Builder

Posted: Thu 12 Nov 2009 14:46
by banita
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++

Posted: Fri 13 Nov 2009 10:08
by Plash
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.

Posted: Fri 13 Nov 2009 14:30
by banita
it works but how can I use database with utf-8 encoding with this component?

Posted: Mon 16 Nov 2009 09:06
by Plash
You can open the SpecificOptions editor for the UniDACDatabase component and add 'UseUnicode=True' in the editor.

Posted: Mon 16 Nov 2009 10:58
by banita
thanks! now all works great