I'm use Qt Creator 1.2.1.
Build with g++ mingw.
In the Project release build setting show this line:
Effective qmake call:
E:/......./RF_Scanner.pro -spec win32-g++ -r CONFIG+=release
I'm use Qt Creator 1.2.1.
Build with g++ mingw.
In the Project release build setting show this line:
Effective qmake call:
E:/......./RF_Scanner.pro -spec win32-g++ -r CONFIG+=release
are you able to run the application by pressing Ctrl+R in QtCreator,
and can you translate your full error msg in that message box?
OK.
In the Application Output window appear:
"Starting E:\Dati_Lavoro\Programmi\PC_C\QTProjects\RF_Scanne r-1_000\release\RF_Scanner-1_000.exe...
E:\Dati_Lavoro\Programmi\PC_C\QTProjects\RF_Scanne r-1_000\release\RF_Scanner-1_000.exe exited with code -1073741511"
Your code is crashing. Start your application in debug mode by pressing F5 and trace the stack
gabriele (16th February 2010)
The build release version don't start in debug mode.
The build debug version run in debug mode and it's OK, error free.
Did you copy the correct DLLs? There are multiple DLLs with the same name but different size. You have to copy the correct one or the above error will result.
gabriele (16th February 2010)
I'm copy
C:\Programmi\Qt\2009.04\bin
Now I'm try copy
C:\Programmi\Qt\2009.04\qt\bin
and program run
Wath are the difference?
gabriele (16th February 2010)
Thank you very mutch at all
I think there's a good clue if you examine the QtCreator.exe file - it seems to be compiled with Microsoft Visual Studio 2008 - there are references to MSVCR90.dll, but no GCC libs. The DLLs are the same.
The DLLs in the qt\bin directory are compiled with GCC.
gabriele (17th February 2010)
Bookmarks