Qt SDK v1.1.1 packages the QT library and Creator on different compilers on different platforms.
Installation is much easier. In a relative moment, everything will be yours.
In addition, there is no need to install a debugging tool in Creator as before.
But when using creator, I still encountered the familiar and long-lost problem.
"ApplicationProgramIncorrect Configuration"
-- This must be a problem with manifest! That is to say, the CRT version library does not match.
The pre-compiled library of QT is based on vs2005sp1 or vs2008sp1.
But vs2005sp0 must be kept. Therefore,
1. Upgrade the naked vs2008 to SP1.
2. Added vs2008 as target in the Creator and used 2008 debug and F5.
Still ......
I used dependency to check the DLL dependency, and found that the DLL was already found while msvcr90d. dll was not found.
Strange!
I don't know how my mind can be turned on suddenly. I went to the project generation path and looked at manifest.
Version = '8. 0.50727.4053'
...... (Omitted)
When the Creator changes the target and builds it, the manifest file is not regenerated.
It will not even be regenerated.
Where is the re-generation of creator? Can re-generation ensure that the manifest has been modified?
Appendix 1. Add targets
Projects (CTRL + 5), build settings, add