Page 1 of 1

TQRRichView

Posted: Sat Jul 15, 2006 2:58 pm
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

Posted: Tue Jul 18, 2006 9:18 am
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

Posted: Tue Jul 18, 2006 5:54 pm
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.