Search code examples
delphidelphi-5

runtime package installation in delphi


I am using delphi 5 and have installed some custom components. When I try to open a form from the IDE I am getting the following error:

Class TdxButtonEdit not found. dxEdit.bpl package contains that TdxButtonEdit.

dxEdit.bpl is runtime package, how to install it? When I try I am getting the error:

Cant install because its not design time package.


Solution

  • TdxButtonEdit is from an old DevExpress Library because the new one as changed to TcxButtonEdit and is part of the ExpressEditors. They aren't free but for me are the best VCL components, very rich and powerful and great on support. You don't have any dcldxEdit.bpl?