Error 0xc000007b

Hi, what can I do with Error 0xc000007b?
My code is written with MSVC, opengl, c++
Thanks

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.

It doesn’t help

Are you mixing a 32 or 64 bit app with a 64 or 32 bit dll?

64 with 64

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.