Page 1 of 1

Cannot compile richviewXML

Posted: Wed Jul 11, 2007 12:00 pm
by Ruediger Kabbasch
Hello,

I wonder if there is a newer version of the richviewXML available than the version from Dec. 2006?

If I try to compile the package I get errors because TMemoryStream is not compatible with TRVMemoryStream.

Is there any fix available?

Thanks in advance for any help.
Kind regards,
Ruediger Kabbasch

Posted: Thu Jul 12, 2007 6:48 pm
by Sergey Tkachenko
You need to make some changes in RVXML code.
All references to TMemoryStream must be changed to TRVMemoryStream. RVClasses must be added in "uses" of RVXML units that use TRVMemoryStream.

Updated version of RVXML will be uploaded soon.

Posted: Sat Jul 14, 2007 8:16 pm
by Sergey Tkachenko
Uploaded