关于IPersistFile(100分)

  • 主题发起人 主题发起人 dprog
  • 开始时间 开始时间
D

dprog

Unregistered / Unconfirmed
GUEST, unregistred user!
我在一个程序中使用到IPersistFile,显示出错信息为:<br>[Error] hj.pas(162): Undeclared identifier: 'IPersistFile'<br>我在帮助里查到它属于Unit Dsgnintf<br>但我在USES 里加上Dsgnintf后,却显示:<br>[Fatal Error] hj.pas(7): File not found: 'Dsgnintf.dcu'<br>请问应如何解决?
 
uses ActiveX;
 
接受答案了.
 
.../Borland/Delphi5/Source/Toolsapi/Degnintf.pas
 
可是我加了Dsgnintf也不行,为什么<br>
 
后退
顶部