Why does debugging not end when I close the application?

CDev-8220 300 Reputation points
2023-08-26T15:30:30.4033333+00:00

When I change the last parameter in CreateWindow from this, to NULL, debugging doesn't end, and I have to manually close it.

On the other hand, if I set the last parameter to this, and destroy and recreate the window, the window immediately closes after being created.

I'm trying to recreate a window after loading opengl extensions.

Changing the last parameter to NULL gets me the window, but I have to manually stop debugging.

Why does this happen?

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,916 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.