I have a program where I have removed a folder but when I compile Delphi tries to find the removed dcu file and I cannot continue. How can I resolve this problem.
Somewhere in your project, one of your units is looking for a file which is no longer there. Check the Uses clause of everything, there's two places where you can find the Uses, at the top, and just below the Implementation statement. Make sure there's nothing there in any of your units. That's the only reason Delphi would be complaining with this message, if there's a reference to a file which is no longer there. Double-click on this error message and see where it takes you.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.