Skip to main content

All Questions

Tagged with
-1 votes
1 answer
89 views

Alternative for nextafter when backporting to visual studio 2013

I am backporting a project from VS 2017 to VS 2013. Looks like the function std::nextafter is not available in VS 2013. Can anyone please suggest a workaround or alternative?
Kiran's user avatar
  • 1
0 votes
1 answer
125 views

Virtual method with default parameter changed behavior [duplicate]

I was asked to make a slight change on an old project build with Visual Studio 2013 VC++. So, I installed VS2013, made the change, compiled it but its behavior has changed on a code that I didn't ...
Andrew KeepCoding's user avatar
0 votes
1 answer
76 views

why return nothing when i want to read password( CredentialBlob ) from credential manager in windows with type CRED_TYPE_DOMAIN_PASSWORD

i cant read password( CredentialBlob ) from credential manager with type CRED_TYPE_DOMAIN_PASSWORD in windows , i can show user name but return nothing for show password( CredentialBlob ) and size ...
Faramarz Jafari's user avatar
1 vote
1 answer
206 views

Running C++ dll in C# for calling functions

I have code in C++ that I want to package as a dll and use in C# code. I made the dll, but when I am loading it, I am getting System.AccessViolationException. (First, the dll wouldn't load and after ...
Flight Dynamic Model's user avatar
0 votes
0 answers
116 views

Error "Cannot open source file" always occurs on Visual Studio Platform Toolsets v120_xp

I have Visual Studio 2019 and 2013 in my computer. I install VS2019 first, then VS2013 because I need v120_xp to build old project recently. The error, "fatal error C1083: Cannot open source file&...
William Shen's user avatar
-1 votes
1 answer
175 views

GetTextExtentPoint32W returns different values in different computers

I'm trying to adjust button width depending on the current language that is set in comboBox. For some language like spanish some of the texts are just too long to be fitted into PUSHBUTTON. All ...
A K's user avatar
  • 1
0 votes
0 answers
262 views

Curl Upload Stuck

I'm using curl-7.65.0 (Static) with Microsoft Visual Studio 2013. I have the following method to upload files to the FTP server. bool uploadFile(string sourcePath, string url, string & error) { ...
M.H.'s user avatar
  • 263
-2 votes
1 answer
2k views

Visual studio build error (please use /fs)

I program C++ in visual studio 2013. recently there may have been a problem. it doesn't show underlined syntax error while coding and i see the (cannot open program database if multiple cl.exe write ...
Fakhar Hassan's user avatar
0 votes
0 answers
198 views

Visual Studio Debugging: How to reference DLLs in another directory without manually copying to the project dir?

[This is specific to Visual Studio 2013 - my project requires this version.] I have a C++ project which I can successfully build. However, the project comes with a number of DLLs which are not ...
Brie's user avatar
  • 2,309
0 votes
0 answers
324 views

multiple template parameter lists are not allowed with only one template parameter

Say I have the following struct: struct something{ int data; }; Now say I want to create a template function that performs some operation with arrays and returns this struct. template <...
Adam's user avatar
  • 464
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
0 answers
362 views

Probrem with LibHaru library

I have problem with encountered linking errors : Error 112 error LNK2019: unresolved external symbol HPDF_Stream_WriteToStreamWithDeflate referenced in function HPDF_Stream_WriteToStream C:\Users\...
SunriseAvenue's user avatar
2 votes
1 answer
251 views

How to print symbol "↑" using AfxMessageBox?

How can I print this symbol "↑" using AfxMessageBox()? I try to code it like this: AfxMessageBox("↑"); After compiling, I got a strange symbol: Does AfxMessageBox() not support ...
Jess's user avatar
  • 33
0 votes
1 answer
838 views

How can I overcome the issue of output console disappearing after taking input or compiling in Visual Studio-2013 for C++?

I am new to C++ coding and in Visual studio environment. My simple code to find a sqrt of a number is being compiled and even run but the console disappears after taking number as input and I am left ...
Navi Joshi's user avatar
0 votes
0 answers
37 views

missing ';' before 'boost::interprocess::offset_t' and missing type specifier - int assumed (boost 1.74.0, Visual Studio 2013) [duplicate]

I have an issue compiling code for a c++ project using the boost library. Everything works as expected with Visual Studio 2019, however, I also need this to work with Visual Studio 2013 in another ...
Mierpo's user avatar
  • 244

15 30 50 per page
1
2 3 4 5
188