lcc compiler and GLUT

I have been using the Lcc compiler, and it seems the GLUT lib for it is older.
Does anyone out there had the newest GLUT libs for it.

Howdy

you could always just d/l the src and recompile it for your platform.

cheers,
John

Originally posted by nexusone:
I have been using the Lcc compiler, and it seems the GLUT lib for it is older.
Does anyone out there had the newest GLUT libs for it.

The latest GLFW lib is available at http://hem.passagen.se/opengl/glfw/ It is even precompiled for LCC-Win32.

(GLFW is a GLUT work-alike, you may like it, you may not…)

[This message has been edited by marcus256 (edited 02-20-2002).]

I have downloaded the glut 3.7 source and trying to compile it to a lib.

I get a error with the following file:
win32_util.c
gettimeofday priviously declared.

I am not sure why I am getting this error.