Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt C++ windeploy.exe doesn't work
Forum Updated to NodeBB v4.3 + New Features

Qt C++ windeploy.exe doesn't work

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 2 Posters 381 Views
  • 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.
  • K Offline
    K Offline
    kadir.bayram
    wrote on 31 Jan 2023, 12:43 last edited by
    #1

    Hello,

    I'm working on Qt C++, compiling without errors in debug and release mode.
    I am able to run the application in Qt Creator, but when I make it an executable project with windeploy.exe
    I am getting the errors in the photo below.

    I would be glad if you help.

    Qt C++ Application Error.png

    1 Reply Last reply
    0
    • H Offline
      H Offline
      hskoglund
      wrote on 31 Jan 2023, 16:06 last edited by
      #2

      Hi, 0xc000007b usually means there's a mixup of 32-bit and 64-bit .dlls.
      Either your .exe file is 32-bit and one or more of the .dlls it is trying to load is 64-bits flavored or the other way around.
      This is probably due to windeployqt..exe finding the wrong dlls :-(

      1 Reply Last reply
      2

      1/2

      31 Jan 2023, 12:43

      • Login

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