How/where to get glut32.lib and glut32.dll

I have downloaded GLUT from the indicated site in FAQs. I unzipped glut 3.7 file and found the glut.h header file but could not find the other 2 files needed under MS Visual C++ ver 6, namely: glut32.lib and glut32.dll
Do you have a suggestion for getting these 2 files? Thanks

I can send it them both to you if you want…

You may want to go back to the site, they should also have the other files.
I think it is named something like this: glutdlls.zip.
This has both the dll and lib files.

Originally posted by gmra:
I have downloaded GLUT from the indicated site in FAQs. I unzipped glut 3.7 file and found the glut.h header file but could not find the other 2 files needed under MS Visual C++ ver 6, namely: glut32.lib and glut32.dll
Do you have a suggestion for getting these 2 files? Thanks

Thabks a lot for both answers. I have both files and will start writing my 1st application under MS VC++ or VB.
Thanks again.