Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: f56bre on November 09, 2006, 11:19:45 am

Title: code::blocks and glew
Post 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?
Title: Re: code::blocks and glew
Post by: Charon on November 13, 2006, 10:48:06 am
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?