Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Disabling GLEW and FreeGLUT
#1
I've been messing around with some things and was wondering if there was a way to have QB64 compile code without linking to any off the underlying GL libs. I only ask as when i tried to link with GLAD it reported numerous duplicate definitions (conflicting with glut and glew) so i couldn't use it. 

Thanks

John
Reply
#2
I'm not sure it's what you're looking for but using `$CONSOLE:ONLY` disables all usage of GLUT/GLFW/OpenGL and prevents them from being built and/or linked against.
Reply


Forum Jump:


Users browsing this thread: