13.4.2 RichViewActions - Installation woes into XE

General TRichView support forum. Please post your questions here
Post Reply
philipljackson
Posts: 6
Joined: Fri Jan 27, 2012 8:37 pm
Location: UnitedKingdom

13.4.2 RichViewActions - Installation woes into XE

Post by philipljackson »

Hi

I have used TRichView in a very limited capacity for some time but now need to develop a small word processing function so I was trying to install the TRichViewActions package.

When I try and install RichViewActionsDXE.dproj I get an error in rvcsv at line 107

table.Cells[r,c].AddNLATag(line, TextStyleNo, ParaNo, 0);

with the error

[DCC Error] rvcsv.pas(107): E2010 Incompatible types: 'string' and 'Integer'

Advice gratefully appreciated

Philip L Jackson
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

You have mismatched versions of TRichView and RichViewActions.
In the new version of TRichView, tags are strings, so this line is from the old version of RichViewActions.
What version of TRichView and RichViewActions do you use?
philipljackson
Posts: 6
Joined: Fri Jan 27, 2012 8:37 pm
Location: UnitedKingdom

Post by philipljackson »

Hi

I believe I have RichView 13.4.2.

In the folder 2-RichViewActions, the history.txt implies that I have RichViewActions 3.0.1 so I went back and re downloaded

http://www.trichview.com/resources/acti ... ctions.zip

and now have RichViewActions v4.0.2 however line 370 now fails on undeclared Identifier TCustomRVControl

FDefaultControl: TCustomRVControl;

Please advise next actions

Best Wishes

Philip L Jackson
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

TRichView 13.4.2 requires a newer version of RichViewActions.

I recommend to update to the newest version of TRichView and RichViewActions. They are free for you. I opened access to protected forums.
You can find links in the private "Announcements" forum. Download *2011.zip installer.
philipljackson
Posts: 6
Joined: Fri Jan 27, 2012 8:37 pm
Location: UnitedKingdom

Installation woes into XE

Post by philipljackson »

Sorted Thanks

PLJ
Post Reply