PDA

View Full Version : QT5.0 win32-msvc2010 missing DLL error



sonali_mayekar
5th May 2014, 08:24
I had run my application with QT4.8 Mingw setup, when I am trying to build the same application for QT5.0 MSVC I did few required changes, and my build got successful. however while running .exe it gives me missing dll(libgcc_s_dw2-1.dll,MINGWM10.DLL) errors. these dlls are required for MIngw platform, not getting why these errors are coming for MSVC platform

ChrisW67
5th May 2014, 22:08
Probably because you did not do a clean build and now have a mix of MingW and MSVC executables and libraries. Alternatively, you are simply running the wrong executable. If you are using Qt Creator then the MSVC build will have gone into a different shadow build folder by default.