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++
UniDac + FastReport + C++Builder
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.
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.