Qt5.8 always crash on launch?
-
Hello devs, I try compiling latest Qt 5.8 branch with VS2017 (26403.7) but always crash if run app. Please help!
main.cpp
#include <QtCore\QString> static QString _my_vague_string( "hello world" ); int main( int argc, char *argv[] ) { // Sample demonstrates crashing statics. return 0; }
Entire project (+ build scripts): https://1drv.ms/u/s!Ao_bx9imD7B8gb9jio3WPFZSdN2lSg
I tried filing bug report but no help :( https://bugreports.qt.io/browse/QTBUG-59721
-
Hi and welcome to devnet,
You should rather build the latest 5.9 which will be officially supporting VS2017.
As for no help, you got several replies on your report.
-
The beta2 is out and available through the online installer.
-
Still not fixed on latest Qt5.9 using VS2017.2 ... Reported to Microsoft at:
Qt5.9 has no full VS2017 support. New sample solution for Qt5.9:
-
Still not fixed on latest Qt5.9 using VS2017.2 ... Reported to Microsoft at:
Qt5.9 has no full VS2017 support. New sample solution for Qt5.9: