1 Attachment(s)
Error in exe files in release mode
I have qt 4.4.3 and QT Creator installed on winxp
My executables in debug mode work fine but the executables in release mode have the error in the image atach file.
To generate the exe files I use qtcretor or the comand line:
qmake -project
qmake
make all
I use the mingw compiler but the error is related to the MS Visualc++ runtime library
(I also have ms visualc++ 6 installed)
Why this error is happening ?
Re: Error in exe files in release mode
It could be an uninitialized variable which gets initialized to a sane value in debug mode.
Re: Error in exe files in release mode
I dont think that's the problem, because this happens to all my projetcs, not just one.
I just build in qtcreator a new project qt4 gui application, without adding any line of code.
The same error occur.
Yet, with a project of qt4 console application I have no errors in debug or release mode.
This could be same kind oh conflict between visualc and qt. I will try to run the exe files in another machine to test it. If have any other idea of what this error could be let me know.