Deployment problems
-
Hello!
I wrote an app but I can not run the application, I read this doc:
http://doc.qt.io/qt-5/windows-deployment.html
I did the deployment but although not work!!!"The application was unable to start correctly (0x00007b)."
If some body have an idea I will to appreciate!
Alejandro -
Did you check also with the dependency walker as explained here?
You can also try start the application from a command line window. Sometimes this gives you a direct clue of what is missing.
-
@Alfacu said in Deployment problems:
I wrote an app but I can not run the application, I read this doc:
http://doc.qt.io/qt-5/windows-deployment.html
I did the deployment but although not work!!!Before you deployed it, were you able to run your app from Qt Creator?
-
Are you sure you ran the correct version of windeployqt ? If you use the tool from the mingw folder for an app that was compiled with MSVC you'll end up with the wrong files and libaries inside your deploy directory.
2/4