专注收集记录技术开发学习笔记、技术难点、解决方案
网站信息搜索 >> 请输入关键词:
您当前的位置: 首页 > Delphi

这个有关问题怎样解决?

发布时间:2011-06-24 19:38:13 文章来源:www.iduyao.cn 采编人员:星星草
这个问题怎样解决???

BPL hell
Asked by classmate in Delphi Programming
Tags: contain, bpl, packages
I have the following problem.

Package1
  contains unitA
Package2
  contains unitB which uses unitA
  thus requires package 1
Package3
  contains unitC which uses unitA
  thus requires package 1
Package4
  contains unitD which uses unitB
  contains unitE which uses unitC
  thus requires package2 and package3.

Attempting to compile package4, i get the error :
Packages Package3 and package1 both contain unit 'unitA'.

How can i succeed using unitA where i want? unitA is a very common tool unit which i use broadly.

classmate
------解决方案--------------------
我是进来学习的。
友情提示:
信息收集于互联网,如果您发现错误或造成侵权,请及时通知本站更正或删除,具体联系方式见页面底部联系我们,谢谢。

其他相似内容:

热门推荐: