Cannot compile RVXML on D2007

General TRichView support forum. Please post your questions here
Post Reply
Marsianin
Posts: 193
Joined: Sun Sep 25, 2005 11:03 pm

Cannot compile RVXML on D2007

Post by Marsianin »

I'm unable to compile RichViewXML 1.4.5.1 with TRichView 1.9.48 on Delphi 2007 with the following error:

RVXMLMisc.pas:

Code: Select all

181: try
182:  RVFTextString2Stream(Node.Items[I].Value, Stream);
183:  Stream.Position := 0;
[DCC Error] RVXMLMisc.pas(182): E2010 Incompatible types: 'TRVMemoryStream' and 'TMemoryStream'
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

You need newer version of RVXML.
It is available for registered users.
To get access to protected section for registered users, please send me a private message with registration details.
Marsianin
Posts: 193
Joined: Sun Sep 25, 2005 11:03 pm

Post by Marsianin »

It's not a free addon?
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

It's free, but versions for TRichView newer than trial version available only for registered users. Until the next trial update.
Post Reply