-
ikits committed revision 555 to the The OpenGL Extension Wrangler Library SVN repository, changing 2 files.
2009-07-27 21:41:47 UTC in The OpenGL Extension Wrangler Library
-
ikits committed revision 545 to the The OpenGL Extension Wrangler Library SVN repository, changing 1 files.
2008-11-03 21:08:09 UTC in The OpenGL Extension Wrangler Library
-
ikits committed revision 544 to the The OpenGL Extension Wrangler Library SVN repository, changing 1 files.
2008-11-03 21:07:30 UTC in The OpenGL Extension Wrangler Library
-
ikits committed revision 543 to the The OpenGL Extension Wrangler Library SVN repository, changing 9 files.
2008-11-03 06:36:45 UTC in The OpenGL Extension Wrangler Library
-
ikits committed revision 542 to the The OpenGL Extension Wrangler Library SVN repository, changing 7 files.
2008-11-03 06:12:34 UTC in The OpenGL Extension Wrangler Library
-
ikits committed revision 541 to the The OpenGL Extension Wrangler Library SVN repository, changing 7 files.
2008-11-03 05:44:14 UTC in The OpenGL Extension Wrangler Library
-
ikits committed revision 538 to the The OpenGL Extension Wrangler Library SVN repository, changing 1 files.
2008-10-28 22:16:12 UTC in The OpenGL Extension Wrangler Library
-
Hi,
Thanks for the request. Unfortunately, the OS X build has been poorly maintained, mostly because of time and resources.
We can change the default install directory to /usr/local, if that's the universally accepted place in the OS X world for OpenGL related libraries. Note that you can also change the install directory by defining the GL_DEST environment variable, as described in the...
2008-10-27 02:05:05 UTC in The OpenGL Extension Wrangler Library
-
Hi,
Could you provide a small example? Are you using GLEW in a managed application? This could be a problem with CRT initialization, but without seeing the problem, I'm not sure how to help.
- Milan.
2008-10-27 01:59:04 UTC in The OpenGL Extension Wrangler Library
-
Hi,
You cannot include wglew.h in a Cygwin application, because it is a Unix application by default. You need to include glxew.h instead and run the application under Cygwin's X server.
If you want to build a Windows application using Cygwin's gcc, I recommend using the -mno-cygwin option, which builds your program as a MinGW application. To build GLEW for MinGW using Cygwin's gcc, type:
2008-10-27 01:56:26 UTC in The OpenGL Extension Wrangler Library