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. How to solved these errors? Reinstalling Qt did not solve it.
Forum Updated to NodeBB v4.3 + New Features

How to solved these errors? Reinstalling Qt did not solve it.

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 2.0k Views 2 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.
  • V Offline
    V Offline
    VBsFAN
    wrote on last edited by
    #1

    Hi there,

    Finally, I managed to build .exe file. However, when I try to run it, I get the following errors one after another. I have reinstalled Qt multiple times. I do not think reinstalling solved the problems. Any suggestions? Thanks

    The code execution cannot proceed because QtGuid.dll was not found. Reinstalling the program may fix this program.

    The code execution cannot proceed because QtPrintSupportd.dll was not found. Reinstalling the program may fix this program.

    The code execution cannot proceed because QtScored.dll was not found. Reinstalling the program may fix this program.

    The code execution cannot proceed because Qt5Widgetsd.dll was not found. Reinstalling the program may fix this program.

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      When you want to run the .exe outside Creator then you need a deployment folder
      please see the tool that helps to make it
      http://doc.qt.io/qt-5/windows-deployment.html
      Basically a deployment folder is just a normalk folder with the needed Qt*.DLL in it.
      (those it complains about)
      The tool will help copy them to the folder.

      1 Reply Last reply
      4
      • Pablo J. RoginaP Offline
        Pablo J. RoginaP Offline
        Pablo J. Rogina
        wrote on last edited by
        #3

        @VBsFAN you shouldn't not reinstall Qt, the message is referring to "reinstall" your application. In this case, your application .exe is not finding the required Qt libraries on startup, so as @mrjj mentioned, you copy such files in the same folder where you run the .exe or make them available in the path.

        Upvote the answer(s) that helped you solve the issue
        Use "Topic Tools" button to mark your post as Solved
        Add screenshots via postimage.org
        Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

        1 Reply Last reply
        1

        • Login

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