在windows直接运行Qt编译出来的可执行程序出现了如下提示错误: this application has requested the runtime to terminate it an unusual way.

时间:2014-12-17 09:42:22   收藏:0   阅读:10204

在windows直接运行Qt编译出来的可执行程序出现了如下提示错误:

this application has requested the runtime to terminate it an unusual way.

please contact the application’s support team for more information.

bubuko.com,布布扣

出现这种情况是因为缺少该程序运行所需要的动态链接库。

解决方法一:修改系统环境变量,在Path中添加Qt的bin路径就OK了。不过这只能在本机运行,把可执行程序拿到其他电脑运行就GG了。

解决方法二:当需要在其他电脑运行该程序时,就需要把相关的运行库放在同一个文件夹一起复制走。那么需要哪些运行库呢?直接运行的时候会有提示,不过还是有些运行库需要但没有提示出来的,也会出现上边的错误。

下面是我运行一个程序需要的运行库支持,可以参考借鉴。。。。。。

bubuko.com,布布扣

 

Qt版本:5.0.1

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!