qt版本号为qt-opensource-windows-x86-mingw492-5.6.1-1
在执行Release模式构建时正常,但在执行Debug模式构建时,出现以下错误
this application has requested the runtime to terminate it in an unusual way. please contact the application's support team for more information
尝试按照网上方法修改系统环境变量,在Path中添加Qt的bin路径,但是结果还是以上错误信息;我有试着换了qt creatot 版本,仍然不行.
又尝试以下方法:
1、开始--运行--输入cmd。
2、输入 cd %windir%\system32 (进入windows安装目录的system32文件夹)
3、输入 Regsvr32 Msxml3.dll
但是程序运行时仍然报以上错误信息。请教各位大师,出现以上错误,该如何解决?
我知道, 把 QT 运行需要的几个 dll 库文件要拷贝到 build 下的 debug 目录下, 这样就可以了。 希望采纳 哦 。
添加Bin路径的时候可以试着调换一下Qt几个bin文件的顺序
试试把mingw-plugins-platforms整个文件夹直接复制到你可执行文件根目录下