PDA

View Full Version : Problem launching application on other computer



Salazaar
15th June 2007, 20:32
Hi. I've got a problem. This time is not a problem with coding. I implemented application, compiled it, build it, tested (on my computer) and everything seemed ok. But if I try to launch this application on the other computer, I get error that launching this application failed, because mingwm10.dll cannot not be found. How can I solve it?

wysota
15th June 2007, 21:12
Copy mingwm10.dll to the target machine to the folder where the binary of your application resides or to C:\WINXXXX\System

Salazaar
15th June 2007, 21:15
Do you mean, to add this dll file to the folder where executable is?

wysota
15th June 2007, 21:16
Yes, that's what I have just written.

Salazaar
15th June 2007, 21:18
when I searched for this file, I got a few files, one from Dev-C++'s bin, one form MinGW compiler and one from Qt's bin. Which to choose?

wysota
15th June 2007, 22:08
The one used by your compiler. They are all probably the same anyway...