Can’t run Qt Quick 2 app in Creator in Windows but runs fine in Mac
I have a simple Qt Quick QML interface I can run in Creator fine on the Mac. When I open the same project in Windows and try to run it, I get error:
“the application has requested the runtime to terminate it in an unusual way”
What’s odd is that I have been able to open and run it in Creator on a different Windows system. The only difference is that I installed Qt on that other system using the online installer, whereas on this problem system I used the offline MinGW package. Most other QML apps are running fine but this and a couple of the demos are creating this error message.
Anyone know what it means?
↧