Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: f56bre on November 09, 2006, 11:19:45 am
-
Hi,
I just want to use glew in order to manage my OpenGL extensions, so I have added
glew.h and glew.c at my projet and put GLEW_STATIC in project/build options/#define.
But it doesn't work, there is a link problem.
Has anybody already used glew with code::blocks?
-
Yes i use GLEW in my project but link dynamically to it.
Works without a hassle.
Any reason why you want to link statically with it?