Hello, I’m suffering so much now about extracting variables from dll
There is a library glew32.dll In it is the variable GLEW_OK
[DllImport(@"glew32.dll",CallingConvention = CallingConvention.Cdecl)] static extern bool glewInit(); static extern int GLEW_OK; 