C
c4
Unregistered / Unconfirmed
GUEST, unregistred user!
安装fxtools 5.0后,在delphi 6中安装时
给出错误信息:
[Error] FXIMG50GLib_TLB.pas(1464): Undeclared identifier: 'Get_PRGBColors'
[Error] FXIMG50GLib_TLB.pas(1469): Undeclared identifier: 'Set_PRGBColors'
在源文件对应处为:
function TFXImage.Get_PRGBColors(Index: Smallint): Integer;
begin
Result := DefaultInterface.Get_PRGBColors(Index);
end;
procedure TFXImage.Set_PRGBColors(Index: Smallint; Param2: Integer);
begin
DefaultInterface.Set_PRGBColors(Index) := Param2;
end;
哪位老大能帮忙解决一下?
给出错误信息:
[Error] FXIMG50GLib_TLB.pas(1464): Undeclared identifier: 'Get_PRGBColors'
[Error] FXIMG50GLib_TLB.pas(1469): Undeclared identifier: 'Set_PRGBColors'
在源文件对应处为:
function TFXImage.Get_PRGBColors(Index: Smallint): Integer;
begin
Result := DefaultInterface.Get_PRGBColors(Index);
end;
procedure TFXImage.Set_PRGBColors(Index: Smallint; Param2: Integer);
begin
DefaultInterface.Set_PRGBColors(Index) := Param2;
end;
哪位老大能帮忙解决一下?