c++ - Missing mingwm10.dll -


I'm coding a C ++ project with QT creator, everything is working fine (debug, release) , But when i compile it Let's go straight to (run it on xi file and run it) that mingwm10.dll is missing.

What can I do about this problem

You can do this

  • As chalup has said that you have a local / global PATH variable for yourself in the Mingav bin directory Give: My Computer | System Properties | Advenced | Environmental Variables | System Variables - Select the path string and press the Edit button.

  • Create an app without Mingav, for example

  • Simply enter the mingwm10.dll directory Enter


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -