Fast Report components are not compiled in Embarcadero 10.2
Hi All,
I'm using Embarcadero 10.2 C++ Builder. I recently purchased and installed FastReport VCL 5. Even after installation and Recompile, in Embarcadero, I couldn't see the components in Tool Palette and in Menu->Components->Install Packages. I tried manually including the .bpl in the Install Packages. Then, I got the FRX components in Tool Palette. I have also included the LibD25 and LibD25x64 folders in library.
But now, whenever I compile the program it throws the following error:
"FMX.frxClass.hpp file not found."
Can you clarify where I went wrong?
Reg,
Sabarmathi
I'm using Embarcadero 10.2 C++ Builder. I recently purchased and installed FastReport VCL 5. Even after installation and Recompile, in Embarcadero, I couldn't see the components in Tool Palette and in Menu->Components->Install Packages. I tried manually including the .bpl in the Install Packages. Then, I got the FRX components in Tool Palette. I have also included the LibD25 and LibD25x64 folders in library.
But now, whenever I compile the program it throws the following error:
"FMX.frxClass.hpp file not found."
Can you clarify where I went wrong?
Reg,
Sabarmathi
Comments
Can you kindly let now, which option must I exactly change in Project Settings in Embarcadero? I don't find "Scope Names" included anywhere.
Reg,
Sabarmathi
My project settings doesn't have FMX included in scope name. But while working on, I found the following behaviour:
1. I created a new Multi device c++ application in embarcadero and included fast report components in the form. It is working as expected, without any issues.
2. I have an already available .exe, which in turn contains 2 dlls and 1 static library. I include the fast report components in one of the static library forms. I compile the static library. No issues. But when I include this library in another dll and compile the dll it throws the error as below:
'FMX.frxClass.hpp file not found'