Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

FastReport FMX 2.0 gives an error "clCantRen" when component placed on form

Whenever I put FastReport 2.0 FMX -> TfrxReport component on my FMX form (RAD Studio 10.2), I do get error message popup "clCantRen"

When run without debugging I do get following error "[dcc32 Error] E2161 Error: RLINK32: Error opening file "C:\FireMonkey\MainFrm.fmx"

My library path are as follows

Win32:- C:\Program Files (x86)\FastReport FMX\LibD25 Win64:- C:\Program Files (x86)\FastReport FMX\LibD25x64

Even whenever I do tried to save project or close project, it don't allow me to do so by popping up error msg "clCantRen".

Only after I removed component TfrxReport from the fmx form it allow me to save and close. Kindly anyone please let me know why I am getting error with TfrxReport component at FMX form.

Any help would be greatly appreciated.

like image 262
Ninad Avasare Avatar asked Aug 22 '17 19:08

Ninad Avasare


1 Answers

These kind of errors are most likely encountered when the components are incorrectly installed. A possible solution is to reinstall the components. If this does not solve the problem, you should go further and contact the vendor with a small example which can reproduce the issue.

like image 151
RBA Avatar answered Nov 15 '22 14:11

RBA