Where do I find GLU 1.2

Hello,

I am trying to run a program written by Mark Kilgard that requires GLU 1.2, but I guess the one I have in VC++ 6.0 is an older version, do you know where I could find it?

Thanks in advance,

Daniel

Hello,

I just found newer version of glu.h and its implementation files in Mesa 3.5, but could you tell me the necessary steps to do in order to use them with VC++?

Thank you,

Daniel

Are you sure you don’t have glu 1.2
because opengl 1.1 came with glu 1.2

I have glu 1.3 and will make it public some time.

V-man

Hello V-man,

I guess you are right, and I saw a line defining glu 1.2 in the glu.h.

Thanks!

Daniel