QT5 Publishing Error 01

Source: Internet
Author: User

1. qt5+vs2013 compatible XP method (http://www.qtcn.org/bbs/apps.php?q=diary&a=detail&did=2047&uid=155383)

Using qt5+vs2013 to compile the program default configuration will be "not a valid Win32 program" in the XP run times
Work needs to be run on XP
No FQ at first, with Bing and Baidu, the result is a solution to the VS2013 project
Finally opened a VPN on Google, the result is the first answer to me:
Key words: QT vs2013 xp
I can only say "艹" if I can't make a program on Google.

Add a sentence to the pro file:
Copy Code
  1. Qmake_lflags_windows =/subsystem:windows,5.01


Attached foreign address: http://www.tripleboot.org/?p=423

2, ZC

vs2013 install directory, search for "Msvcp120.dll", all directories containing this file are:

2.1, E:\ZC_ProgramFiles_161104\vs2013\Common7\IDE\Remote Debugger\x86

2.2. E:\ZC_ProgramFiles_161104\vs2013\Team Tools\Performance Tools

2.3, E:\ZC_ProgramFiles_161104\vs2013\VC\redist\x86\Microsoft.VC120.CRT

2.4, E:\ZC_ProgramFiles_161104\vs2013\Common7\IDE\Remote debugger\x64

2.5, E:\ZC_ProgramFiles_161104\vs2013\Team tools\performance tools\x64

2.6, E:\ZC_ProgramFiles_161104\vs2013\VC\redist\x64\Microsoft.VC120.CRT

2.7, E:\ZC_ProgramFiles_161104\vs2013\VC\redist\arm\Microsoft.VC120.CRT

The zc:2.1/2.2/2.3 are 32-bit and of the same size.

The zc:2.4/2.5/2.6 are 64-bit and of the same size. (And it's the same size as the win7x64 C:\Windows\System32)

Zc:x86, I choose to use the "E:\ZC_ProgramFiles_161104\vs2013\VC\redist\x86\Microsoft.VC120.CRT" inside the Msvcp120.dll.

3.

4.

5.

QT5 Publishing Error 01

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.