QRRichView and Delphi 10.2 Tokyo

General TRichView support forum. Please post your questions here
Post Reply
Pamela
Posts: 2
Joined: Mon Feb 26, 2018 2:22 pm

QRRichView and Delphi 10.2 Tokyo

Post by Pamela »

Hi

I downloaded QRRichView and followed steps in ReadMe.txt but when I get to this step "Next, open the "RVQRCtrls_RunXXX.dpk" (where XXX is your Delphi version) in Delphi and compile it", I get the following error: [dcc32 Fatal Error] RVQRCtrls_RunD2010.dpk(36): E2202 Required package 'designide' not found

Can anyone help?

Thanks
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: QRRichView and Delphi 10.2 Tokyo

Post by Sergey Tkachenko »

Remove designide from "Requires" of this package.
designide must be used only in designtime packages.

PS: QRRichView is the only major add-on that was not included in TRichView installer for automatic installation. I plan to include it in one of next updates.
Pamela
Posts: 2
Joined: Mon Feb 26, 2018 2:22 pm

Re: QRRichView and Delphi 10.2 Tokyo

Post by Pamela »

Thanks Sergey. As it turns out, the designide was a problem with my Delphi set-up. Once I set the platform to Win32, this was no longer the issue. Instead I got errors on "bdertl" and had to remove it from both the "RVQRCtrls_RunXXX.dpk" and RVQRCtrls_DsgnXXX.dpk and then had to modify the package name from RVPkgD2010 to RVPkgD10_2 as per the .dcp files in Tokyo 10.2 and it seems to work ok
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: QRRichView and Delphi 10.2 Tokyo

Post by Sergey Tkachenko »

designide is only for 32-bit Designtime packages.
BDE is not included in Delphi 10.2, and is not actually needed for this package, so remove bdertl as well.
Post Reply