OpenGL problem

Hi guys, I'm using OpenGL to create graphics and all that
I'm facing a problem with this function
glGenBuffers(1, &_vboID);
I get build errors when I include that statement in the program. When I comment it it runs fine

1
2
3
4
||=== Build: Debug in game (compiler: GNU GCC Compiler) ===|
obj\Debug\src\sprite.o||In function `ZN6sprite4initEiiii':|
C:\Users\Pc\Desktop\c++\game\src\sprite.cpp|24|undefined reference to `_imp____glewGenBuffers'|
||=== Build failed: 1 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|


I get this error
I seriously dunno why, I've searched in Google but found nothing corresponding to my issue
I'm certain that I have all of the libraries linked and included and I've checked that multiple times
Did someone have this problem before? Can anyone help me
Topic archived. No new replies allowed.