-
Error 0xc000007b
Hi, what can I do with Error 0xc000007b?
My code is written with MSVC, opengl, c++
Thanks
-
Advanced Member
Frequent Contributor
Compile a debug build, run it in the debugger, and it should break on the line of code that's causing your problem. Then fix it.
-
-
Member
Regular Contributor
Are you mixing a 32 or 64 bit app with a 64 or 32 bit dll?
-
-
Member
Regular Contributor
I'm asking because that error links to a lot of 32/64bit mixture problems in google but doesn't seem to be a OpenGL problem.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules