python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Why is Visual Studio resource editor replacing some of my constants with values on save
I'm working on a project which has seen a lot of different Visual Studio versions over the years.
For some installations, currently with VS2022, V 17.1.3 (but also before with VS2019) whenever i edit ...
ridilculous
Votes: 0
Answers: 0
C Runtime-Agnostic, Standalone Library
Specifically in MSVC, is it possible to build a library that doesn't require the project that consumes it to use a specific version of the C++ runtime? If so, how would such a feat be accomplished?
I ...
chili
Votes: 0
Answers: 0
GetAce() failing with - ERROR_INVALID_PARAMETER
I'm attempting to do some ACL modification with some C++ code in Visual Studio. I'm stumbling into several issues, one of which is that, when I try to read the ACEs off the existing ACL using GetAce()...

Virtually Nick
Votes: 0
Answers: 1
Why is SetWindowText not working any more?
I have code that was 1st developed with Visual C++ Version 1.52 (working and self taught). A couple of years ago I adapted it with Visual Studio and got it working. I am now trying it again with Visua...
Thomas Rupert
Votes: 0
Answers: 1