Hello,
I'm using C++ Builder 12.1 Athens (Version 29.0.51961.7529), QR6 Pro and TQRChart.
I build a small VCL application with a TQuickReport and a TQRChart component on it. During design time, everything works fine.
When I compile and run the application now in Windows 32 Bit, everything works fine.
But when I run the same application in Windows 64 Bit, I get access violations when creating the TForm object with TQuickReport and TQRChart on it.
After removing the TQRChart component from the TQuickReport, I can create the TForm object in 64 Bit without any error message. If i use a TChart instead of TQRChart on the TForm object, I can run the application without any error message in 64 Bit, too. So TQRChart has to be the source of the problem.
For me, everything looks fine with my installation - the paths (Include + Library) are looking correct in 32 Bit and 64 Bit. I also copied the 64 Bit runtime package to the Windows\System32 folder, as suggested.
Do you have an idea what could be wrong?