Quazip
-
Hi All,
I have a QT QML-based Windows application, and I am trying to build it using the QT framework version 5.15. After generating the binaries to run the application on Windows, I encountered an error stating, "Code execution cannot proceed because quazip.dll was not found. Reinstalling the program may fix this problem."
Please help me. I am unsure whether I need to download and install the quazip and zip libraries separately on our system. What should I do? -
Hi All,
I have a QT QML-based Windows application, and I am trying to build it using the QT framework version 5.15. After generating the binaries to run the application on Windows, I encountered an error stating, "Code execution cannot proceed because quazip.dll was not found. Reinstalling the program may fix this problem."
Please help me. I am unsure whether I need to download and install the quazip and zip libraries separately on our system. What should I do?So you want to run the program exe from outside of your IDE (like QtCreator)?
You need to deploy your app properly and ship all dependencies (DLLs etc.) with it. -
When I deployed the application locally using windeployqt, all related dependencies were included (such as all dlls). However, upon running the executable file after deployment, I encountered the error that quazip.dll was not found. What should I do?
-
I guess this project is not made by you and you only try to build it?
quazip is a third-party library. If your application links quazip, windeployqt will not help you to deploy its dll.
Since your application already links quazip (otherwise it will not require quazip.dll), you must already have quazip libs in your project. So you'd better search your project folders.