Home > Back-end >  Questions about FiltEdit and ImgEdit unit
Questions about FiltEdit and ImgEdit unit

Time:10-10

Hello everyone, I installed under delphi2007 Raize5.3, no problem,
But, I need to manually Register elsewhere some components, use RaizeComponentsVcl_Reg unit Register, then in turn would have appeared FiltEdit and ImgEdit unit can't find the problem, I checked the, I have not the two units of Delphi,

What on earth is the blame, which version of the unit?

RaizeComponentsVcl_Reg unit are:
USES the
Forms,
Classes,
Controls,
SysUtils,
StdCtrls,
Buttons,
Dialogs,
Graphics,
RzCommon,
RzGrafx,
{$IFDEF VCL90_OR_HIGHER}
ToolsAPI,
{$ENDIF}
DesignIntf,
TreeIntf,
VCLEditors,
FiltEdit,
ImgList,
Registry,

Tip: [DCC Error] RaizeComponentsVcl_Reg. Pas (49) : F1026 File not found: 'FiltEdit. Dcu'

RzImageListEditor unit are:
USES the
CommCtrl,
DsnConst,
ImgEdit,
RzSelectImageEditor,
SysUtils;

And in MXREG unit
Ues DesignIntf DesignEditors, TeeChartReg Chart;
Couldn't find the TeeChartReg,

I found that these are standard module in the unit,
I think maybe the Path is not added to the Library Path,
I see. You also give me any clue,

CodePudding user response:

Should it is for this reason, if the unit is in the Library Delphi, or Library file Path (Library Path) without, or can't find in the Library file Path (*. Dcu or *. Pas)
Whether to install, no choice

CodePudding user response:

I'm full installation, strange

CodePudding user response:

[a fatal error] MMTools. Pas (85) : File not found: 'FiltEdit. Dcu'

I can't find the file, the 'FiltEdit. Dcu' file there??
  • Related