GLEW Linker Errors (undefined reference to `__glewBindVertexArray')

前端 未结 3 671
栀梦
栀梦 2020-12-03 23:56

I\'ve recently made the decision to re-write some OpenGL code for a game using im working on using non depreciated techniques. Instead of drawing primitives with glBegin() a

3条回答
  •  北荒
    北荒 (楼主)
    2020-12-04 01:02

    If you use Linux, FLTK ui library with OpenGL, see .../bin/fltk-config file for LDLIBS. It should contain also "-lGLEW" or you can add this option to the LDLIBS parameter when compile. Of course "libglew-dev" should be installed.

提交回复
热议问题