Well these kind of errors get eliminated by doing some logging. put a qDebug() (or write to file ) before entering major functions of your app (such as mainwindow ctor) and this way you can reach the code which is doing the bad. BTW, i read somewhere that VS2010 has problems with some assembly and hence not recommended.
Bookmarks