Hi,
I just installed Qt 5.0.1 libraries and QtCreator. However, during the installation process, I disabled compiler installation because I already have mingw32 4.7 installed and working.
I created a basic project and it compiled fine with the default code. But it doesn’t run, and debugging just says me this :
“During startup program exited with code 0xc0000139.”
I tried to run my program from the file browser, and after copying the required libraries, I got an error saying that the entry point of procedure __gxx_personality_v0 couldn’t be found in libstdc++-6.dll. I thought the DLL in Qt SDK differ from the one in MinGW, so I tried to swap them… but same error.
I saw that this problem was solved by reinstalling Qt, but this is the first time I install Qt on my computer…
How can I fix this?
I am on Windows 7 64 bits.
↧