【发布时间】:2019-08-29 15:49:01
【问题描述】:
我正在尝试编译在uconfig 找到的项目,我设法使用 32 位版本的 mingw 成功编译了应用程序,但是当我在run .exe 时收到此错误The application was unable to start correctly (0xc000007b),我移动了所有必需的 DLL到exe 路径但仍然出现相同的错误,
另一方面,应用程序在 Qt creator 中以 debug mode 正常启动
【问题讨论】:
标签: qt dll compilation qt-creator 32bit-64bit