Cannot compile richviewXML

General TRichView support forum. Please post your questions here
Post Reply
Ruediger Kabbasch
Posts: 17
Joined: Thu Aug 03, 2006 4:50 pm
Location: Germany

Cannot compile richviewXML

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

Post 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.
Last edited by Sergey Tkachenko on Sat Jul 14, 2007 8:17 pm, edited 1 time in total.
Sergey Tkachenko
Site Admin
Posts: 17499
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Uploaded
Post Reply