安装控件(50分)

  • 主题发起人 主题发起人 beggar
  • 开始时间 开始时间
B

beggar

Unregistered / Unconfirmed
GUEST, unregistred user!
我下载了一个ENLIB 表格控件,有谁知道从DELPHI里怎么安装呀,非常感谢。安装时提示
一些 .dcu文件没有找到,谁能告之,不胜感激。
 
.dpk中文件如下:
package EhLib;

{$R *.res}
{$R 'EhLibReg.dcr'}
{$ALIGN 8}
{$ASSERTIONS OFF}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS OFF}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'EhLib 2.1'}
{$DESIGNONLY}
{$IMPLICITBUILD ON}

requires
vcl,
vcldb,
dclstd;

contains
DBSumLst in 'DBSumLst.pas',
GridEhEd in 'GridEhEd.pas',
EhLibReg in 'EhLibReg.pas',
PrnDbgeh in 'PrnDbgEh.pas',
PrnDGDlg in 'PrnDGDlg.pas' {fPrnDBGridEHSetupDialog},
PrntsEh in 'PrntsEh.pas',
PrvFrmEh in 'PrvFrmEh.pas' {PreviewFormEh},
PrViewEh in 'PrViewEh.pas',
RichEdEh in 'RichEdEh.pas' {RichStrEditDlgEh},
DBGridEh in 'DBGridEh.pas',
DBGridEhImpExp in 'DBGridEhImpExp.pas',
DBLookupEh in 'DBLookupEh.pas',
DBCtrlsEh in 'DBCtrlsEh.pas',
ToolCtrlsEh in 'ToolCtrlsEh.pas',
EhLibConsts in 'EhLibConsts.pas';

end.
安装时提示没有 .dcu文件,我在硬盘上找了,找不到。
 
把COMMON目录和DELPHI5(如果用D5)的文件COPY到DELPHI5的LIB目录中,编译DHLIB.DPK
COMPLIE->INSTALL
 
to 张剑波:
非常谢谢呀,注意接分。
 
接受答案了.
 
后退
顶部