I have developed an application on Qt5.1 for windows 7 and now I want to distribute it. Since I have used the MINGW compiler I cannot build it static. I used dependency walker to find out all the dlls and packaged it. When I run the application on a machine which doesnot have QT development environment installed the application crashes with Microsoft Visual C++ Runtime Library error.
Could anybody please point me out the problem?

QVector at index of range.Mingw have not show the error in the error Dialog And MSVC have. And Mingw have not locate the error line of code just emit a Runtime error Dialog with no detail msg. - Crawl.W