Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Quazip
Forum Updated to NodeBB v4.3 + New Features

Quazip

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 406 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Shikha Gupta
    wrote on last edited by
    #1

    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?

    Pl45m4P 1 Reply Last reply
    0
    • S Shikha Gupta

      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?

      Pl45m4P Offline
      Pl45m4P Offline
      Pl45m4
      wrote on last edited by
      #2

      @Shikha-Gupta

      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.


      If debugging is the process of removing software bugs, then programming must be the process of putting them in.

      ~E. W. Dijkstra

      1 Reply Last reply
      0
      • S Offline
        S Offline
        Shikha Gupta
        wrote on last edited by
        #3

        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?

        1 Reply Last reply
        0
        • B Offline
          B Offline
          Bonnie
          wrote on last edited by Bonnie
          #4

          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.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved