Home > Back-end >  How to solve always resolve the unit name frxClass this problem
How to solve always resolve the unit name frxClass this problem

Time:11-14

WIN10 pro
DELPHI 10.3.1
Fast Report 6.3

Has taken the FAST REPORT put

Open the Delphi 10.3, a new VCL Form, the TfrxReport components into the Form, the code is as follows:
 
The unit Unit1;

Interface

USES the
Winapi. Windows, Winapi Messages, System. SysUtils, System. Variants, System. Classes, Vcl. Graphics,
The Vcl. Controls, Vcl. Forms, Vcl. Dialogs;

Type
TForm1=class (TForm)
FrxReport1: TfrxReport;
Private
{Private declarations}
Public
{Public declarations}
end;

Var
Form1: TForm1;

Implementation

{$R *. DFM}

End.


Prompt has any questions,


Open the Delphi 10.3, however, create a new Windows VCL Application, the TfrxReport components into the Form, the code is as follows:
 
The unit Unit1;

Interface

USES the
Winapi. Windows, Winapi Messages, System. SysUtils, System. Variants, System. Classes, Vcl. Graphics,
The Vcl. Controls, Vcl. Forms, Vcl. Dialogs, frxClass;

Type
TForm1=class (TForm)
FrxReport1: TfrxReport;
Private
{Private declarations}
Public
{Public declarations}
end;

Var
Form1: TForm1;

Implementation

{$R *. DFM}

End.


It happened that at that time prompted always resolve the unit name frxClass this problem,,,

How to deal with this kind of failure?

In one version 10.2.3 not like that,

CodePudding user response:

CodePudding user response:

Can you compile? Compile all right, no matter it, IDE in the hair nerve,
If the compiler but fastreport unit path to add the library path,
  • Related