Questions tagged [msvc14]
24 questions
0
votes
2 answers
How to create a Qt application using MSVC14?
Hello I have download qt-opensource-windows-x86-winrt-5.5.1.exe from the QT website. I've launched the installer, It finishes successfully.
But I can create a QT application using MSVC 2015. So if I create new Project->Templates->Visual C++->QT->QT…

Maestro
- 2,512
- 9
- 24
0
votes
1 answer
QBS create static library for static link MSVC
I need build application as standalone module with boost(already complied in static mode with /MT flag). Using Visual studio 17(MSVC)
My project consists of a static library and a console application.
import qbs 1.0
Project {
property string…

Kopysov Evgeniy
- 247
- 1
- 19
0
votes
2 answers
setting up VS platfrom toolset in QtCreator
I have a project based on Qt which use QWebEngine. For compiling this project i've installed Visual Studio Express 2015 and have configured kits. My project is built, all is fine. But now i need to compile my project for Windows XP platform. I know,…

borune
- 548
- 5
- 21
0
votes
1 answer
MSVC2017 is not recognized by QtCreator
I installed VS 2017, and then installed Qt Creator 4.5.2 with the MSVC2017 plug-in.
I reboot the necessary times...
I launch QtCreator, the Qt kit for MSVC2017 is there but the compiler is not.
I add cl.exe manually, but it fails to compile as…

Santi Peñate-Vera
- 1,053
- 4
- 33
- 68
0
votes
1 answer
C++ unrecognizable template declaration when using 2 libraries in the same project (Cork+VTK)
I want to use cork library (https://github.com/gilbo/cork) to perform boolean operations on meshes, and the library compiles and runs fine in a seperate project in MSVC2015 visual C++ on windows7 64x.
When I include cork into my current project…

polo
- 23
- 5
0
votes
1 answer
method existence checker code breaks in vs2015
The following code checks if foo() method exists in class A. This code is compiling under vs2013, but static assertion fails on vs2015. Which compiler version tells the truth? If vs2015, then how to fix the code?
#include
struct…

simon
- 1,210
- 12
- 26
0
votes
0 answers
Compiling static Qt for Windows can't open include file
I've been trying to get a static build of Qt 5.7 together so I can start compiling an application statically on Windows, but it's been a bit of a slog. I've got most of the process working - except it is complaining about not being able to include a…

HorusKol
- 8,375
- 10
- 51
- 92
-2
votes
1 answer
I unable to install any package using pip with python 3.9.0 64-bit on Windows 10 64-bit
I'm not able to install any package. I even tried updating pip and setuptools.
I tried uninstalling and reinstalling python multiple times, but still the same error.
I earlier had python 3.8 (32-bit), and it was working fine then. However, I needed…

Pola8976
- 11
- 5
-6
votes
1 answer
How do I find the culprit code that is making C++ list give me 'attempting to reference a deleted function' error with MSVC 14.20.27508?
I have been porting my code from Visual Studio 2017 to Visual Studio 2019. It was building properly before. But now I am getting these errors:
C:\Program Files (x86)\Microsoft Visual…

StewieGGriffin
- 349
- 1
- 4
- 14