Skip to main content

All Questions

0 votes
0 answers
231 views

Locating corrupt Visual Studio user settings

My copy of VS2015 has for several weeks had a problem in specific situations: File > New > Project gives error message Failed to create a 'ImageSource' from the text '..\Images\Medium.png' and ...
stephen's user avatar
  • 323
2 votes
1 answer
4k views

error MSB8052: MSVC Toolset Version '14.28.29333' is not compatible with 'v120' Platform Toolset

I have been facing this issue since long, I am trying to build a project in VS 2019 which has previously built fine in vs 2013. I am facing this error which has no definition anywhere on Microsoft ...
Yatharth Tomar's user avatar
0 votes
1 answer
82 views

Visual Studio build go slower after adding fontawesome svgs

After adding fontawesome svg files, I noticed that the build (run) was going slower, so I practically needed about 5 minutes to compile the code. And this creates a big problem for me as I'm still in ...
ynsbl.eng's user avatar
  • 168
0 votes
1 answer
928 views

Problem with using pcap.h in C++ with Visual Studio 2017 after adding '.lib' and '.h' file to project

I am programming a networking tool which uses Winpcap.I am using Visual Studio 2017 . Winpcap is a external library which I have to use in my program by including pcap.h. Of course I know these : (1) ...
Hadi Mirzaei's user avatar
0 votes
1 answer
167 views

ICE (Internal compiler error) after vcxproj update from vs2013 to vs2015

"similar questions" do not cover my case. After switching from VS2013 (v120) to VS2015(v140) result is: 1>------ Build started: Project: my_project, Configuration: Debug Win32 ------ 1> ...
da-chiller's user avatar
0 votes
1 answer
3k views

How to get an original One Dark Theme fonts?

I've been playing with the font settings in my VS Code and changed accidentally the font, this is how my 'font' setting looks right now: I want to set the One Dark Pro theme: theme But after ...
Karen's user avatar
  • 1,359
0 votes
1 answer
103 views

Can't find these options in Visual Studio 2013

This is my version of Visual Studio: My project is a C++ CLR/CLI Winforms. I had to change the namespace of my project then I'm having issues with the resource .resx file. According to other answers ...
Simple's user avatar
  • 865
3 votes
1 answer
192 views

Variadic template with explicit arguments and sizeof... Visual Studio 2013

I was trying to enumerate a variadic tuple, so that i can perform certain operations on each of its elements. #include <iostream> #include <tuple> #include <utility> template <...
PVRT's user avatar
  • 520
0 votes
1 answer
1k views

MSBuild compilation problems with cvtres.exe execution (error LNK1158 - cannot execute cvtres.exe)

I install on my Windows 10 machine (is a x64 machine) an old VS2013 Professional/VS2015 Professional. I have a Visual C++ solution/project for native x86 Platform and I'm trying to compile it with ...
andrea l's user avatar
0 votes
1 answer
335 views

Migrating from Visual C++ 2012, 2013 to VSC++ 2015 Unresolved token, symbols

I am trying to reuse a player module of ONVIF Device Manager. The player is built from four projects (live555, odm.player.lib, odm.player.media, odm.player.host, odm.player.net, odm.player.host). It ...
John Pekl's user avatar
1 vote
1 answer
294 views

How to escape a double quote in nmake

I'm trying to pass a string literal via a /D flag to the compiler via an nmake script in MS Visual Studio 2013+. The basic pattern is: CPPFLAGS=/DSOME_STRING_VAR="asdf" main.exe: main.cpp $(CPP) ...
Elliott Slaughter's user avatar
1 vote
0 answers
97 views

Invalid union member in VS2013 but not 2015

I have a class class myTestClass { public: int a; myTestClass(); ~myTestClass(); private: float b; }; Which I am trying to add to a union union myUnion { myTestClass mt; int ...
MikeS159's user avatar
  • 1,954
0 votes
2 answers
1k views

C++ std::bind to std::function, what went wrong in VS2015?

I was a user of VS2013 and I often use initialization as follows and it was working like a charm: MyClass::MyClass myRoutine(){ std::function<double(double)> oFunc = std::bind(&Myclass::...
Canardini's user avatar
  • 171
3 votes
1 answer
583 views

CsvHelper is very slow in VisualStudio 2013

I was working in a project with CsvHelper in Visual Studio 2015. It worked fine. Then I switched to Visual Studio 2013 to do some test and CsvHelper worked very slow. When in VS 2015 takes 2 seconds ...
Ángel Javier Mena Espinosa's user avatar
1 vote
1 answer
56 views

Where is the default setting for Managed Legacy (v3.5, v3.0, v2.0) vs Managed Legacy (v4.5, v4.0) when debugging?

When attaching to a .exe process, using the same exact solution, one PC defaults to using Managed Legacy (v3.5, v3.0, v2.0) and another PC to Managed Legacy (v4.5, v4.0). Why would the setting be ...
mrbean's user avatar
  • 531

15 30 50 per page
1
2 3 4 5
27