Exited with code 0xc000007b everytime i initialize a pugi variable #476
Unanswered
TheSpectater
asked this question in
Q&A
Replies: 1 comment
-
I'm not sure off the top of my head why this might happen; to start with you'll need to show the call stack for the exception, and the disassembly at the point where it happens. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Every time I initialize a pugi variable, it always makes an error. I think my CMake configuration is wrong I'm new with CMake I usually use .sln but not sure.
main.cpp
CMakeLists.txt
Output
The program '[19996] CMakeTarget.exe' has exited with code 3221225595 (0xc000007b).
Beta Was this translation helpful? Give feedback.
All reactions