String:
glDebugMessageCallbackARB(&DebugOutputCallback, NULL);
Give me error:
Description Resource Path Location Type invalid conversion from 'void (attribute((stdcall)) )(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar, GLvoid*) {aka void (attribute((stdcall)) )(unsigned int, unsigned int, unsigned int, unsigned int, int, const char, void*)}' to 'GLDEBUGPROCARB {aka void (attribute((stdcall)) )(unsigned int, unsigned int, unsigned int, unsigned int, int, const char, const void*)}' [-fpermissive]
Please tell me what wrong?