转贴:Conversion to Delphi 6: Missing unit Pr…

2008-04-09 04:31:53来源:互联网 阅读 ()

新老客户大回馈,云服务器低至5折

http://www.delphifaq.com/fq/q3072.shtml

Conversion to Delphi 6: Missing unit Proxies.pas

Question:

If your application or expert uses designtime information, you have to replace
uses DsgnIntf;
with
uses DesignIntf, DesignEditors;
But then you will run into an error message ''''Cannot find unit Proxies.pas''''

Answer:

The solution is to add DesignIde.dcp to your list of required packages.

You will have to ensure that the run-time package does not require the design-time package(s). This change in Delphi 6 enforces Borland''''s licence restrictions on designtime editors more strongly, which have been in the license documents since Delphi 3, I believe.

http://bdn.borland.com/article/0,1410,27717,0.html

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:FastReport 3.02 发布

下一篇:Delphi程序与Chm帮助关联的简单实现