Help on installing RichView editors for DeveloperExpress

General TRichView support forum. Please post your questions here
Post Reply
Joe
Posts: 28
Joined: Tue Feb 14, 2012 6:15 am

Help on installing RichView editors for DeveloperExpress

Post by Joe »

Hello,

Windows 7, Delphi 2010, TRichView 13.8, TRichViewActions 3.5, DeveloperExpress Quantum Grid (from Installer 1.58, Feb. 2012):

I want to install TRichView Express Editors 1.4.

I created a package as described in the Readme.txt that is delivered with the TRichView Express Editors zip file.

When I try to install this package the compiler gives 2 error messages:
1) File dxCoreClasses.dcu not found
2) Operator type must be boolean (line 2516)

1) I searched the hard drive for the dxCoreClasses.dcu - this file is not available.

2) The boolean type appears in procedure TcxCustomTRichViewEdit.PropertiesChanged() -> the line "If HandleAllocated" then

Who can help me?
Best regards
Joe
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

TRichView Express Editors can be used with DevExpress components v2011 vol 2.x, not vol 1.x
However, I downloaded v2011 vol 2.10 (2012-Mar-2) and noticed that they changed some methods. An updated version will be released soon.
Post Reply