undefined reference to '_imp___glewGenBuffers'

后端 未结 2 1213
有刺的猬
有刺的猬 2021-01-24 17:51

I am having the following link errors regarding glew library when compiling an opengl 2.1 program on code blocks,mingw.

obj\\Debug\\LUtil.o||In function `Z6rende         


        
2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-24 18:17

    This can be caused by attempting to use an MSVC lib under mingw. Either download a library compiled for mingw, or compile your own.

提交回复
热议问题