Updating RichView 11, can not compile

General TRichView support forum. Please post your questions here
Post Reply
sanjayk
Posts: 21
Joined: Sat Apr 29, 2006 3:41 pm

Updating RichView 11, can not compile

Post 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
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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.
Post Reply