trichview.support
Re: Urgent! Error when running old project |
Author |
Message |
Sergey Tkachenko |
Posted: 03/14/2004 13:12:26 All these properties are relatively new properties. They are defined in CRVPP.pas (class TCustomRVPrintPreview) as public properties and redefined in RVPP.pas (TRVPrintPreview) as published properties. It looks like you have both old and new version of TRichView, and Delphi tries to compile new RVPP.pas with old CRVPP.pas. Find files of the old version and delete them (or move from paths where Delphi searches for units). > I get thise errors when trying to compile an old project with the newest > RichView. > What's wrong? > > [Error] RVPP.pas(59): Property 'ClickMode' does not exist in base class > [Error] RVPP.pas(60): Property 'PageBorderColor' does not exist in base > class > [Error] RVPP.pas(61): Property 'PageBorderWidth' does not exist in base > class > [Error] RVPP.pas(62): Property 'ShadowColor' does not exist in base class > [Error] RVPP.pas(63): Property 'ShadowWidth' does not exist in base class > [Error] RVPP.pas(64): Property 'BackgroundMargin' does not exist in base > class > [Fatal Error] designskj.pas(9): Could not compile used unit 'RVPP.pas' > > Kind regards, > Geir Bratlie > > > > |
Powered by ABC Amber Outlook Express Converter