缺少mingwm10.dll [英] Missing mingwm10.dll

查看:209
本文介绍了缺少mingwm10.dll的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用Qt Creator编写了一个c ++项目。一切正常工作(调试,发布),但是当我直接运行编译的.exe(去exe文件并运行它)它说mingwm10.dll缺少。

I am coding a c++ project with Qt Creator. Everything is working fine (debug, release), but when I run the compiled .exe directly (go to exe file and run it) it says mingwm10.dll is missing.

推荐答案

以下是您可以做什么:


  • 作为 chalup 说,将MINGW bin目录放置到local / global PATH 变量类似:我的电脑|系统属性| Advenced |环境变量|系统变量 - 选择 PATH 字符串,然后按编辑按钮。对话框出现后,添加类似于 - C:\MinGW\bin

  • as chalup said, place you MINGW bin directory to you local/global PATH variable like that: My Computer|System Properties|Advenced|Environment Variables|System variables - select PATH string and press Edit button. After dialog appeared, add something like that - C:\MinGW\bin

创建应用程序而不使用mingw,例如使用 Qt libraries 4.6.3 for Windows(VS 2008,194 MB)

Build you app without mingw, for example with Qt libraries 4.6.3 for Windows (VS 2008, 194 MB)

只需将 mingwm10.dll 放入可执行文件的目录

Just place mingwm10.dll into the directory with your executable file

这篇关于缺少mingwm10.dll的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆