关于Unit '***' implicitly imported into package ***.bpl'
我是遇到了这个问题,然后看了这篇:http://hi.baidu.com/midasdelphi/blog/item/bf145709f4a52a86d1581ba8.html
我这么操作:选中Requires引用,然后点按Add按钮,把目录定位到含有相应require的dcp文件,选择相应dcp文件
这时弹出这么一个错误信息:
another file with the same base name(***.dcp) is already on the search path
是因为我开始没有在***.dcp相应的***.bpl的options里设好生成的dcp路径,就对这个bpl做了编译;而之后我又再次设置了这个路径,再做了次编译,于是当我添加这个require的时候报了这个错



浙公网安备 33010602011771号