including both glew and glee

Started by
5 comments, last by dagabe14 15 years, 5 months ago
hello all, i am currently using glew in my program, and i just found glee. Is it possible to include both, or just would it conflict?
Advertisement
What would you possibly gain from using both? They do the same thing.
well, mainly glee is needed by glgx, which has (at least) a decent math library, and i am trying to do the minimal amount of work integrating this new math library (the project is huge, so i can't just simply rewrite it).
Offhand, literally the only difference between the two I can think of is that GLEE has the prefix GLEE_ on extension flags instead of GLEW_. Changing your code over would most likely be trivial. Do not attempt to use both in the same project; you'll violate the ODR.
i hate to sound like a noob, but what does ODR stand for?
clicky
thanks for the help

This topic is closed to new replies.

Advertisement