ehlib 问题, 好久没用了, 装上了运行出错, 各位帮忙看看!(50分)

  • 主题发起人 主题发起人 chl720
  • 开始时间 开始时间
C

chl720

Unregistered / Unconfirmed
GUEST, unregistred user!
[Error] GridsEh.pas(749): Undeclared identifier: 'EmptyRect'
[Error] GridsEh.pas(1313): Undeclared identifier: 'WindowsScrollWindow'
[Error] GridsEh.pas(3137): Undeclared identifier: 'EmptyRect'
[Error] GridsEh.pas(3180): Undeclared identifier: 'EmptyRect'
[Error] GridsEh.pas(3348): Undeclared identifier: 'LongMulDiv'
[Error] GridsEh.pas(3395): Undeclared identifier: 'EmptyRect'
[Error] GridsEh.pas(3719): Undeclared identifier: 'LongMulDiv'
[Fatal Error] DBLookupGridsEh.pas(23): Could not compile used unit 'GridsEh.pas'
系统是 xp , 安装的是 ehlib 3.4
谢谢了!
 
把ehlib的路径增加到 nvironment Options->Library->
Library Path
 
楼上正解源文件的路径不对!
 
如果实在不得的话,就到2ccc下载个傻瓜安装版的,点setup.exe就行了
 
"把ehlib的路径增加到 nvironment Options->Library->
Library Path "
我原来都已加了路径
D:/Ehlib.v3.4.FireRose.D7/Delphi7
我的就放在D 盘根目录, 以前装在win2000 下没问题的, 最进我想装在xp 下!
 
begin
[red] XorRects[0] := EmptyRect;[/red]
XorRects[1] := EmptyRect;
XorRects[2] := EmptyRect;
XorRects[3] := EmptyRect;
// FillChar(XorRects, SizeOf(XorRects), 0);
if not Bool(IntersectRect(Intersect, R1, R2)) then
begin
{do
n't intersect so its simple }
XorRects[0] := R1;
XorRects[1] := R2;
end
在gridseh 下, 红色为错的地方
 
把Common里面的文件和DelphiX的文件都放在一个文件夹内 再指定路径 再编译安装
 
后退
顶部