Skip to main content

All Questions

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
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
0 votes
0 answers
41 views

Windows messes up data put in TextBox Control

This is unbelievable to me, and I do not know how to work around this problem! I try to put [4]0.004 into an EditBox Control and what appears in the EditBox is 0.004[4]. Same result is obtained with ...
Tomasz's user avatar
  • 343
0 votes
1 answer
434 views

How do I display my list control in Report View. I want to see the VIEW on the properties of list control visual studio 2013 update 4

Please, I am having problem with my control list in MFC programs, I use visual studio 2013. On the properties of the control list, I cannot access VIEW. The list control cannot display columns. Some ...
aloemconsult aloemconsult'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
2 votes
0 answers
8k views

Faulting module name: ntdll.dll, version: 6.3.9600.19678 Exception code: 0xc0000005

I had a VC++ project (console application) built on VS2013. It was working successfully for a long time. Recently we have converted that project to VS2019 (PlatformToolset 142). Now the latest exe is ...
Sounak Saha's user avatar
0 votes
1 answer
267 views

Converting VC++ project from VS2013 to VS2019 giving error is not a valid Win32 application

I had an old VC++ project on VS2013, now I have converted that project to VS2O19. It is able to create the dll successfully. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|...
Sounak Saha's user avatar
1 vote
1 answer
517 views

ambiguous call to overloaded function find_first_not_of

error C2668: 'std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator&lt:wchar_t>>::find_first_not_of' : ambiguous call to overloaded function I get this error in Visual Studio ...
Megafox's user avatar
  • 58
0 votes
1 answer
199 views

Use Winpcap to read saved file(.PCAP) in uint16 structure

I used Winpcap to read saved .pcap file with code below but the output put in unsigned char "u_char data" in hex format. How can I read .pcap file in uint16 structure in Decimal format? string file ...
Alexanov's user avatar
  • 125
0 votes
0 answers
824 views

Visual C++ Command line App: Why am I getting Error C1069: cannot read compiler command line on release build only?

I am investigating why my application, which works in debug mode, throws the error Error C1069: cannot read compiler command line This happens when I try to build the same application in Release ...
Frederik Sohnis's user avatar
0 votes
1 answer
820 views

What is causing libusb_exit to throw memory leak warning?

I'm working on a basic libusb Visual C++ application in vs2013, which has a Class that calls libusb_get_device_list(ctx, devices) 3 times; once in the constructor, and twice in two functions for ...
Frederik Sohnis's user avatar
0 votes
1 answer
405 views

Why is the memory address the same every time you enter the same function?

I'm debugging a piece of code.Every time I debug into that function, I found that the data memory address is the same. I have tried to explain it. What confuses me is that every time I jump out of ...
liulangya'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 votes
1 answer
626 views

The SetMarquee function is not working on MultiByte Character Set in C++

I am using Multibyte Character Set on my project. The SetMarquee function is not allowed to access while the character set is MultiByte. The below function available in C:\Program Files (x86)\...
Vijay Kumbhani's user avatar
0 votes
0 answers
21 views

How to require a function implementation for a generic type argument

I have a generic type for my class, but the generic type itself needs to implement the hash() function. Can I require this in my class declaration? I can easily just make sure I put in a hash() ...
user2683482's user avatar

15 30 50 per page
1
2 3 4 5
29