trichview.support
Re: XML Support error |
Author |
Message |
Mark DeMichele |
Posted: 05/09/2002 5:51:33 I was using 1.6.21. I downloaded the latest beta and everything compiled. Thanks. "Sergey Tkachenko" <svt@trichview.com> wrote in message news:3cd99e6b$1@support.torry.net... > RVXMLMisc.pas(48): > > procedure SetBulletInfoEx(RVData: TCustomRVData; ItemNo: Integer; Name: > string; > Tag: Integer; ImgIndex: Integer; ImgList: TCustomImageList); > begin > { line 48 --->} TRVBulletItemInfo(RVData.GetItem(ItemNo)).ImageList := > ImgList; > RVData.SetBulletInfo(ItemNo, Name, ImgIndex, nil, Tag); > end; > > In order verions of RichView and RVXML, both left and right part of this > assignment had TImageList type. > In the latest version both them have TCustomImageList type. > > Which version of RichView do you use? > The latest is 1.6.31 > See the mail sent to you on registering how to download the latest beta > version. > > > I download this, but recieved other error messages. > > > > [Error] RVXMLMisc.pas(48): Incompatible types: 'TImageList' and > > 'TCustomImageList' > > [Error] RVXMLMisc.pas(72): Types of actual and formal var parameters must > be > > identical > > [Fatal Error] RVXMLRoutines.pas(6): Could not compile used unit > > 'RVXMLMisc.pas' > > > > Any clue? I'm using Delphi 6 > > > > Mark DeMichele > > > > "Sergey Tkachenko" <svt@trichview.com> wrote in message > > news:3cd93ce7@support.torry.net... > > > RichViewXML for the latest beta version: > > > http://www.trichview.com/resources/xml/beta.zip > > > > > > > When I download the latest version of TRichView XML from your site, > it > > > > doesn't compile with the latest version of TRichView. > > > > > > > > Apparently, there's been a change with > TCustomRVData.InsertFirstRVFItem. > > > > The string passed in is a const and the XML stuff is trying to pass in > a > > > var > > > > parameter. > > > > > > > > > > > > > > > > > > > > |
Powered by ABC Amber Outlook Express Converter