-
Having trouble with extension libraries
Ok so i believe I've installed glew correctly but when I come to use a function (glteximage3d) I get the following error:
C:\Users\chris\Documents\codeblocks\glutsnowmen\re ndering.h|263|undefined reference to `__glewTexImage3D'|
Any ideas? Thanks for any help.
-
Senior Member
OpenGL Guru
Re: Having trouble with extension libraries
Did you actually link to the GLEW libraries?
-
Re: Having trouble with extension libraries
Maybe not. Will report back.
cheers
-
Re: Having trouble with extension libraries
Let me check this is right:
glew32.lib in the lib folder of mingw
glew.h in the include folder of mingw
glew32.dll in the folder im working in
and in compiler and settings I have linked glew32.
I thought that was right, isn't it?
cheers
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules