Problem installing RichView Wrapper for ReportBuilder

General TRichView support forum. Please post your questions here
Post Reply
Joe
Posts: 28
Joined: Tue Feb 14, 2012 6:15 am

Problem installing RichView Wrapper for ReportBuilder

Post by Joe »

Hello all,

Windows 7
Delphi 2010
ReportBuilder 14.03
TRichView 13.8
RichViewActions 3.5
ScaleRichView 4.4
I try to install RichView Wrapper for ReportBuilder "rvrb14DXE.bpl". When selecting "Install" in the project explorer I get the message that the unit RBIDE1415 cannot be found. I searched the hard drive, and found the following files:
RBIDE1414.dpk
RBRCL1414.dpk
RBRTL1414.dpk
So I changed the "required" section of "rvrb14DXE.bpl" to these file names. The project compiles, and at the end the following message comes up:

Package "RVPkgDXE" cannot be loaded. It contains the unit "RVDsgnSplash" which is also included in the package "RVPkgD2010".

What to do now? Does anyone have an idea?

Thank you in advance
Joe
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Unfortunately, we did not create a RB wrapper package for Delphi 2010 yet.
You can do it yourself.
1) Open rvrb14DXE.dproj in Delphi and save it as rvrb14D2010.dproj.
2) Close it in Delphi.
3) Open rvrb14D2010.dpk in Notepad. Change all substrings "DXE" to "D2010", and "1415" to "1414". Save.
4) Open rvrb14D2010.dproj in Notepad. Do the same changes.
Joe
Posts: 28
Joined: Tue Feb 14, 2012 6:15 am

Post by Joe »

Thank you very much - that works!

Great support.
Joe
Post Reply