I want to migrate a Delphi 7 project to Delphi 2010.
We are building "reports in code" with TReportShell and TDetailShell components from Rave BE. Those components does not exist any more in Rave BE 7.7.
Moreover it seems that unicode support is broken in Rave BE ( Displaying unicode text in Rave Reports on Delphi 2009 ).
What sould be the best solution to port this project to Delphi 2010 ?
- Reimplement the code written aruond TReportShell and TDetailShell to use the new TRvNDRWriter component ?
- Migrate to Fast Report ?
- Any other suggestion ?