python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can two threads execute code inside the same critical section, when this should never happen?
I am analyzing an application crash dump on Windows 7 SP1. I can see two threads that are running code inside the same CRITICAL_SECTION at the time of the crash, including the crashing thread. As far ...
Sébastien Emond
Votes: 0
Answers: 0
C++/CLR Login form - Opening form on button press
I am new to C++ and I am doing a exercise where I make a login form. I am struggling with opening my other form on button press, can anyone help/guide me. Thanks
private: System::Void btnLogin_Click(S...
NewProgrammer
Votes: 0
Answers: 1
How to run a .dll test suite with CMake and Microsoft Unit Test Framework
In a CMake project, I generated a C++/CLI project and a testing SHARED library according to this post
CMake for integrated Microsoft Unit Testing Framework (VS2017)
I am trying to run the tests, but n...

Alex Vergara
Votes: 0
Answers: 1
C++ WinForms, get the name of a System object
I'm currently learning how to make windows programs in C++ with CLR in Visual Studio 2022. I'm very new to C++ (Started 2 days ago and I barely know what a struct is), and I just can't seem to find ou...

Coakey
Votes: 0
Answers: 0