Home » Community » Newbie corner » How to add "GLEW" or "GLee" to GLCtrl?
Re: How to add "GLEW" or "GLee" to GLCtrl? [message #36157 is a reply to message #36154] |
Mon, 07 May 2012 11:35  |
navi
Messages: 107 Registered: February 2012 Location: Sydney, Australia
|
Experienced Member |
|
|
Thank you very much unodgs. Much appreciate your help!! I made the silly mistake of #define GLEW_STATIC after the #include <glew files>. Looking at WinGL.h found the correct way. also I used the modified glew files from the WinGL project as you said.
#ifndef GLEW_STATIC
#define GLEW_STATIC
#endif
#include <glew/glew.h>
#include <glew/wglew.h>
[Updated on: Mon, 07 May 2012 12:01] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sun Aug 24 10:51:57 CEST 2025
Total time taken to generate the page: 0.00908 seconds
|