Microsoft Studio Visual C++ 2013 (MSVC 12.0) is a commercial (free version available), integrated development environment (IDE) product from Microsoft for the C, C++, and C++/CLI programming languages.
Questions tagged [msvc12]
139 questions
-1
votes
1 answer
Why is a FPU reset required to prevent a NaN result propagating to next calculation result?
I have a floating point calculation that results in -1.#IND0000 causing a -1.#IND0000 in the subsequent floating point calculation. What would cause this?
The compiler is Visual Studio C++ 2013 18.00 x86. If I use GCC Version 7.4.0 the problem does…

electronpygmy
- 51
- 1
- 5
-1
votes
1 answer
How to declare a symbol to reside at a specific address in Microsoft VIsual C compiler?
I want to compile an independent binary which I'll then byte to byte copy in the context of another binary (probably using Hex Editor). I can specify the base by '/BASE' option but I wasn't able to find a way for me to say something like:
int…

AnArrayOfFunctions
- 3,452
- 2
- 29
- 66
-1
votes
1 answer
Why do MSVC optimizations break SSE code when function arguments are const refs to temporaries or temporaries copied by value?
Ran into this yesterday, I will try to give clear and simple examples which fail for me with MSVC12 (VS2013, 120) and MSVC14 (VS2015, 140). Everything is implicitly /arch:SSE+ with x64.
I will trivialize the issue to a simple matrix transpose…

Schrö
- 1
- 2
-2
votes
1 answer
Single setup exe file Qt Application deployment
I want to deploy Qt application with different Windows system.
So I generated exe file for my application using windeployqt tools which consists of exe(Mingw) file with additional folder and dll file.
My requirement is how to generate exe(MSVC…

Kiran Prusty
- 47
- 1
- 8