Undeclared identifieer: 'TRVUnderlineType'

General TRichView support forum. Please post your questions here
Post Reply
agityildiz
Posts: 1
Joined: Fri Sep 19, 2008 3:17 pm
Location: Ýzmir / Turkey

Undeclared identifieer: 'TRVUnderlineType'

Post by agityildiz »

Hi,

I installed trichview10. But I not compling my software. I have error message.

Error RichViewActions.pas(1293):Undeclared identifier:'TRVUnderlineType'

can you help me?
Sergey Tkachenko
Site Admin
Posts: 17559
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

(version 10 is an old version, the latest version is 11.x)

The most probably, you have several versions of TRichView in different directories, so Delphi tries to compile some new files with some old files.
Delete files of the older versions of TRichView, RichViewActions, etc.
Post Reply