I have a license for QuickReport components (I have files for Delphi 10.3). Now I want to migrate to Delphi 10.4.1 but I see the lead author of QR is dead and component development has stopped. For me it is a disaster, I will not be able to switch to something new in a short time. Do you have any way to run QuickReport 6 on Delphi 10.4.1?
2
votes
There is a thread in the German Delphi-PRAXiS about a resurrection of QuickReport - unfortunately in German. Despite announced for October/November there has been no new version yet. delphipraxis.net/205782-quickreport-es-geht-weiter.html
- Uwe Raabe
I ported QR 5.06 from Berlin to Sydney without much effort. If you have a license, you have source code. What specific problem are you having?
- Ken White
Hi guys, I have installed the QR6 in Delphi 10.4 but I had to modify the QRWDesignDXE10_3.dproj project, changing the Build Control option to "Rebuild as needed" because of the following error: >>>> [dcc32 Fatal Error] QRWRunDXE10_3_w64.dpk(30): E2225 Never-build package 'rtl' must be recompiled <<<< And now I have to modify my projects to the same option but it became a nightmare. Is there a way to avoid this error and get the option back to default "Explicit rebuild"?
- LUIS A. GAMA