Page 1 of 1

QRRichView and Delphi 10.2 Tokyo

Posted: Mon Feb 26, 2018 2:27 pm
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

Re: QRRichView and Delphi 10.2 Tokyo

Posted: Tue Feb 27, 2018 9:34 am
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.

Re: QRRichView and Delphi 10.2 Tokyo

Posted: Wed Feb 28, 2018 1:06 pm
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

Re: QRRichView and Delphi 10.2 Tokyo

Posted: Wed Feb 28, 2018 1:07 pm
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.