关于Unit '***' implicitly imported into package ***.bpl'

      我是遇到了这个问题,然后看了这篇:http://hi.baidu.com/midasdelphi/blog/item/bf145709f4a52a86d1581ba8.html

      我这么操作:选中Requires引用,然后点按Add按钮,把目录定位到含有相应require的dcp文件,选择相应dcp文件

      这时弹出这么一个错误信息:

      image

      another file with the same base name(***.dcp) is already on the search path

      是因为我开始没有在***.dcp相应的***.bpl的options里设好生成的dcp路径,就对这个bpl做了编译;而之后我又再次设置了这个路径,再做了次编译,于是当我添加这个require的时候报了这个错

      image

posted @ 2011-02-16 09:19  阿飛  阅读(2123)  评论(0)    收藏  举报