this simplest program gives error when compiled in release mode, but compiles fine in debug mode:
#include <QApplication>
int main(int argc, char* argv[])
{
QApplication app(argc,argv);
return app.exec();
}
ERROR (output from qt's console)
*Starting C:excercizesQT_projectsLine_Counter-build-desktop-Qt_4_7_4_for_Desktop_-_MinGW_4_4__Qt_SDK__Release
eleaseLine_Counter.exe...
The program has unexpectedly finished.
C:excercizesQT_projectsLine_Counter-build-desktop-Qt_4_7_4_for_Desktop_-_MinGW_4_4__Qt_SDK__Release
eleaseLine_Counter.exe exited with code -1073741511*
Anyone had this experience?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…