QtitanDataGridModel-view DataGrid component with rich functionality for Qt.C++ and PySideQtitanRibbonReplicates Microsoft RibbonUI interface for Qt.C++ and PySideQtitanNavigationDesignUIReplicates Microsoft Navigation Design interface for Qt.C++ and PySideQtitanChartCharts and Diagrams component for Qt.C++ and PySideQtitanDockingDockable Panels and Tool Bars for Qt.C++ and PySideQtitanFastInfosetXML Compressed format FastInfoset implementation for Qt.C++ and PySideRoadmap Development 2023
FireDataGridPowerful, modern, fast, DB-Aware Grid for Delphi-FiremonkeyFireDockingDelphi IDE/Visual Studio implementation of dock panels for Delphi-Firemonkey
Hi,
I recently purchased QtitanComponentsInstaller2024.2.0_Qt6.7.2msvc2019_x64. Grid , Ribbon , Dock and Chars program will crash abnormally when it is compiled and run under Windows 11. Attachments is callstack info.
How can I fixed the problem, let it can run under win11.
Unfortunately, we are unable to reproduce the issue based on your description. Most likely, the problem is related to a version incompatibility between the Qt version used to build the components and the one you are using. What version of Qt are you using? Could you try clearing the folder {QitanInstallPath}/bin/ and rebuilding the components from the source code for your platform?
Thank you very much for your quick reply. I am doing the compilation in the environment of Windows 11, VS2022, and Qt 6.9. I have already cleaned all the files in the relevant paths. The same configuration works fine in Windows 10.
We will conduct a more thorough test. If the problem still can't be solved, we will consult you again.
The crash is most likely related to the fact that you are using the latest version of Qt. We recommend using Qt 6.7.2. Qtitan components for Qt 6.8/6.9 will be available on our website in June. I kindly ask you to wait a little while we complete the development of the update.
HI,
We have found the cause of the problem. The QtitanComponentsInstaller2024.2.0_Qt6.7.2msvc2019_x64 can work well under any combination of Windows 10, Windows 11, Visual Studio 2019, Visual Studio 2022, and QT 6.x. The reason for the crash is that the release/debug option in the Build Config of the QT Project Setting is inconsistent with the debug/release option in the properties configuration of Visual Studio. After installation, by default, this option is consistent on some platforms while inconsistent on others, which will lead to exceptions.