Qt C++ windeploy.exe doesn't work
-
wrote on 31 Jan 2023, 12:43 last edited by
-
wrote on 31 Jan 2023, 16:06 last edited by
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/2