项目 PubLib.bpl :公共的东东,
   其中有一个 TBaseFrame = class(TFrame) 的Frame
   然后把它加到组件板里去,
   编绎 PubLib.bpl 通过另一项目 Information.bpl 中
  创建一个窗体: 单击组件板上刚才加的那个 BaseFrame图标, 
  把这个Frame 加到Form 上来时,有个提示
         The following unit: BaseFormUnit, is needed in your project to create the template, do yoy wish to add it ?   然后在工程单元中多了,下面这一句
contains
     BaseFrameUnit in '..\..\..\PubLib\PubFun\BaseFrameUnit.pas' {BaseFrame: TFrame};  编绎 Information.bpl,有以下错误提示
[Error] Information.dpk(43): Package 'PubLib' already contains unit 'BaseFrameUnit'
------------------------
情况就是这么个情况,
怎么解决??怎么让PubLib那Frame被别的项目复用,