QAxScriptManager not working with MinGW [SOLVED]
General and Desktop
5
Posts
2
Posters
1.4k
Views
1
Watching
-
"The docs":http://qt-project.org/doc/qt-5/qaxscriptmanager.html#details state that QAxScriptManager is not available with MinGW.
-
Wanted to share another result.
Under windows, scripts can also be called using
@QDeskTopServices::openUrl()@Of course I'm not sure how to return values to my Qt app without writing to file or anything like that. But passing parameters to it is like calling something from the cmd
-
Maybe you can just create QProcess and call "cscript your_script.vbs" directly. At least this way you'll get access to its stdin/stdout and return value.