35 #ifdef __cplusplus_cli 36 #pragma managed(push, off) 39 #include "GL/opengl.h" 40 #include "GL/opengl_defines.h" 41 #include "GL/opengl_target.h" 42 #include "GL/opengl_window_description.h" 43 #include "GL/opengl_wrap.h" 44 #include "GL/opengl_graphic_context.h" 46 #ifdef __cplusplus_cli 52 #error Your application is set to link with the single-threaded version of the run-time library. Go to project settings, in the C++ section, and change it to multi-threaded. 56 #pragma comment(lib, "clanGL-dll.lib") 58 #pragma comment(lib, "clanGL-static-mtdll.lib") 60 #pragma comment(lib, "clanGL-static-mt.lib") 64 #pragma comment(lib, "clanGL-dll-debug.lib") 66 #pragma comment(lib, "clanGL-static-mtdll-debug.lib") 68 #pragma comment(lib, "clanGL-static-mt-debug.lib") 71 #pragma comment(lib, "winmm.lib") 72 #pragma comment(lib, "OpenGL32.lib") 73 #pragma comment(lib, "GLU32.lib")