Details
-
Bug
-
Resolution: Won't Do
-
Not Evaluated
-
None
-
6.8.0 FF
-
None
-
Windows 11 Pro build system, MS Visual Studio Pro 2022
Description
Static resolution of function SetThreadDescription leads to inability to run Qt program on older systems, like Server 2016.
Even taking in account that Windows Server 2016 officially not supported by Microsoft and therefore by Qt Company, the call to function SetThreadDescription through dynamic runtime resolution would greatly improve the availability of the Qt on the older system. Especially because many Servers 2016 have extended support.
Old systems like Server 2016 are still a significant part of machines pools at our customer's systems, so such small change can help a lot.
Similar bug https://bugreports.qt.io/browse/QTBUG-130263 was opened previously and nothing has been changed. The comments were : use the old Qt version for old systems.
But Qt 6.7.3, for example has numerous bugs in UI part.
Please reconsider the decision for this issue.