Qt 6.11 is out! See what's new in the release
blog
QAxScriptManager can't load Script on a MinGW Static Build Qt 5.4.0
General and Desktop
2
Posts
1
Posters
619
Views
1
Watching
-
Hi everyone,
The title explains it all I think but I'll add a few more details.
I use a VBScript file, that is embedded into the exe, to do some tasks.
The script loads just fine and works perfectly when I use a dynamic Qt version. But it fails to load when I use a static version.Any ideas?
-
Ps. This same issue exists in previous Qt versions too.