I have used dxRibbon component. But while compiling it raises the error
file not found dxribboncustomizationform.dcu
What should I do???
I have used dxRibbon component. But while compiling it raises the error
file not found dxribboncustomizationform.dcu
What should I do???
Dir dxribboncustomizationform.dcu /S
Depending on your set-up you may find the .Dcu file in more than one folder below
DevExpress VCL /Library
Add whichever folder contains the most recent version of the .Dcu file to your project's Library path, preferably ahead of the existing Devex ones (some folders may be labelled for 64-bit & you should ignore those if your project is 32-bit, of course).
If the Dir
step doesn't find the .Dcu, your best bet is to uninstall the Devex libraries and re-install them from scratch.