The GUI for my company's core product was written in Delphi in the late 90s and upgraded to Delphi 2007. I am working with a team to upgrade Delphi 2007 to XE4.
We still use several components from the ADL VCL (similar to DevExpress, but now they donβt work), but we did not install the whole package. Rather, we have the files we need in a separate folder from our project folder and have a path to these files specified in: Tools-Options-Library-view path and also Project-Options-search path
When I open main, I get an error: "TADLAboutBox not found. Ignore the error and continue?"
The unit "ADLAbout" that defines "ADLAboutBox" is declared in the uses section of main. Moreover, our project compiles just fine.
How can I get rid of these messages? What could be wrong?
Thanks so much for your advice.
source share