Put GLEW into your C project
If you want to use GLEW, just put glew.c directly into your project. Do not waste your time trying to get the linkage right with either the static or the dynamic library. It’s a million times easier to just include the source. For Windows projects, just be sure to #define GLEW_STATIC, and you are good to go.
-
artandinternetstuff likes this
-
cellular-automaton likes this
-
thebuzzsaw posted this