File not found 'DBAccess.res'的错误

今天运行Delphi 项目时,报错:

file not found:’DBAccess.dcu’

解决方案

在Delphi工具栏中打开

Tools->Environment Options:

然后在Library选项卡中的Library Path中加入该控件的路径。

File not found 'DBAccess.res'的错误

上述控件路径中 包含了文件DBAccess.dcu

总结

以后碰到类似的file not found:’*.dcu’问题,解决方法类似