Creator debug "Incorrect application configuration"

Source: Internet
Author: User

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

 

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.