GLUT.DLL

Hello!

Sorry for the lame question, and sorry if I am posting it on this forum.
I use the GLUT.DLL and when I distribute my executables I always need to include glut.dll as a separate file.
Is it possible to “include” glut.dll in the EXEcutable file??? (note: I use Microsoft Visual-C)

[This message has been edited by Phoenix (edited 11-25-2002).]

Yes, you can download a GLUT snapshot
that compiles a static library here:
http://www.nigels.com/glt

Mack sure you define GLUT_STATIC before
#including the glut header.

Cheers,

Nigel Stewart