Am trying to compile project found at uconfig, I managed to compile the application successfully using 32bit version mingw, yet when I run
the .exe I get this error The application was unable to start correctly (0xc000007b)
, I moved all the required DLLs required to exe
path but still getting same error,
on the other hand, the application starts in debug mode
in Qt creator normally
答案 0 :(得分:0)
搜索后...原因是我安装了另一个Qt版本x64,并将/ bin添加到系统路径中。这导致从Qt生成的DLL与在系统路径中找到的DLL之间发生冲突