Good GPL Qt Report Engine?
-
I dont know if this is the right post for this but I am having a problem working with QtRPT.
I have used QtRPT 1.5.4 on Linux on Android. Works Great. It is indeed simple to use.
However, The same code does not work on Windows 10. I am using Qt5.5 with Mingw.
The application hangs when report->printExec(true); is executed.
I even try to run the demo examples the exampledlg1.cpp. But at this line report->printExec(true);, the application hangs.
Any Idea how to solve this problem?
-
I dont know if this is the right post for this but I am having a problem working with QtRPT.
I have used QtRPT 1.5.4 on Linux on Android. Works Great. It is indeed simple to use.
However, The same code does not work on Windows 10. I am using Qt5.5 with Mingw.
The application hangs when report->printExec(true); is executed.
I even try to run the demo examples the exampledlg1.cpp. But at this line report->printExec(true);, the application hangs.
Any Idea how to solve this problem?
Official site for discussion of the QtRPT project
https://sourceforge.net/p/qtrpt/discussion/Meantime, the fresh v3.1.0 is released