glew Questions

1

In my project directory, i have: ./external/glew, which has glew compiled from source (ran make) ./external/glfw, which has glfw also compiled from source (ran make x11) in my .c source code: ...
Kaiak asked 20/8, 2011 at 14:23

3

Solved

I download the glew source file from http://glew.sourceforge.net/. In the readme file, it says I should use \build\vc6.0\glew.dsw to comple the DLL. But there are four projects after I open it in V...
Tricotine asked 17/1, 2011 at 16:38

4

Let's consider the following program and try to compile it under Cygwin: #include <GL/glut.h> int main(int argc, char** argv) { glutInit(&argc, argv); glLoadIdentity(); } It compiles a...
Younger asked 23/12, 2008 at 17:17

© 2022 - 2024 — McMap. All rights reserved.