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
- 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