TQRRichView

General TRichView support forum. Please post your questions here
Post Reply
mposthuma
Posts: 8
Joined: Wed Nov 23, 2005 7:29 pm
Location: The Netherlands

TQRRichView

Post by mposthuma »

Hi there

I have decided to format my PC after 3 years of use.
Now I’m busy installing my Delphi 7 environment again.
I have QR4, TRichView and the Addict SpellChecker.
I’ve also installed the RVQRWrapperD7.dpk

However, when I open one of the forms, I get:
“Class TQRRichView not found”

Any ideas?

Thanks
Michael
ivssys
Posts: 12
Joined: Fri Sep 09, 2005 6:42 am
Location: Netherlands
Contact:

Post by ivssys »

I guess the compiler can't find the *.bpl / *.dcu files that were created when you installed the package.

You should put the RVQRWrapper directory in your library path (Tools / Environment options, tab Library).

Kind regards,

Henk van Bokhorst
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

If you get this error message when you open forms in Delphi (at design time), this means that RVQRWrapper package is not installed.
May be, for some reason, this package was added in "exclude list" for this project (a list of packages that unloaded when this project is opened).
Open this project, go menu Component | Install Packages, find RVQR package in the list of available packages and check it.
Post Reply