Page 1 of 1

Install Editors for DevExpress in Delphi 7

Posted: Tue Apr 24, 2012 9:06 am
by Juergen
Hello,

I have an problem installing the Editors for DevExpress in Delphi 7.

Is there any package for Delphi 7 out there?

Thanks in advance.

Juergen

Posted: Tue Apr 24, 2012 2:04 pm
by Sergey Tkachenko
Create a new package, save it as cxRVEditorsD7.dpk, add pas-files into it. Install.

Posted: Thu Apr 26, 2012 9:06 am
by Juergen
Thanks, this works fine.

I had only one problem: in file cxTRichView.pas the unit dxCoreClasses was used what is not included in Developer Express Components with Installer 1.58.

When one comment out dxCoreClasses the package compiles and work as expected.