Can't recompile Fast Report 3.15 Standard edition
I just downloaded the newly FastReport 3.15 Standard Edition, and when I follow the instructions in the INSTALL.TXT file, I have an error when trying to compile the frx7.dpk (I use Delphi7) package.
Delphi displays an error within the fqb70.dpk package, where it says that he can't find the fqbClass.dcu file.
I'm I missing something here? When I recompiled FastReport 3.14 I had no problem.
Thank you in advance
Delphi displays an error within the fqb70.dpk package, where it says that he can't find the fqbClass.dcu file.
I'm I missing something here? When I recompiled FastReport 3.14 I had no problem.
Thank you in advance
Comments
I had to had a {$DEFINE NOQBUILDER} to the frx.inc file.
It worked just fine after that