Page 1 of 1

Updating RichView 11, can not compile

Posted: Thu Oct 22, 2009 8:37 am
by sanjayk
Hi,

I'm trying to update to the last official non-beta release RichView 11 with Delphi 2007. When I go to compile RichViewActionsD2007.dproj, it gives compilation error in RVNormalize.pas on lines 62, 141 with parameter type mismatch error for string s:

newitem.Inserting(RVData, s, False);
...
RVData.ItemAction(rviaTextModifying, item, s, RVData);

Then I put string around s to go on but then it failed with identifier not found for rvlsLineHeightAtLeast in some unit ParaRvFrm.pas.

What is wrong? Is there some mismatch of sources? I will now try to download the latest rvactions and see if it works.

Thanks,
Sanjay

Posted: Thu Oct 22, 2009 11:07 am
by Sergey Tkachenko
This error occurs because of version mismatch - Delphi tries to compile RichViewActions with older version of TRichView (even after installing a new version of TRichView).

Please delete old files of RichView and RichViewActions and try installing again.