Qt C++ windeploy.exe doesn't work
-
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.

-
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 :-(