Cannot compile RVXML on D2007
Posted: Wed Jan 16, 2008 7:03 pm
I'm unable to compile RichViewXML 1.4.5.1 with TRichView 1.9.48 on Delphi 2007 with the following error:
RVXMLMisc.pas:
[DCC Error] RVXMLMisc.pas(182): E2010 Incompatible types: 'TRVMemoryStream' and 'TMemoryStream'
RVXMLMisc.pas:
Code: Select all
181: try
182: RVFTextString2Stream(Node.Items[I].Value, Stream);
183: Stream.Position := 0;