Hello all. I'm a new Qt-newbie. I recently learned about Qt and I think I can use it at work. However, after a successful installation of Qt Creator 1.3.1 based on Qt 4.6.1 I ran into "the" mingwm10.dll problem when trying to run an .exe file. I found a solution on the web that calls for doing the following steps

Step1) run configure -static
Step2) nmake sub-src (or mingw32-make sub-src)

Step 1 ran, I think, fine but when I issued the command mingw32-make sub-src the system game two errors. I gave up after three tries of the same process.

Hope someone can help with this problem.

Thanks

Julio

PS: I thought about including the output errors but I might as well for any responses since I have to redo Step 1 and Step 2 above.