Reputation: 1117
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.
Upvotes: 1
Views: 3509
Reputation: 11683
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?
Upvotes: 0