Setting up OpenGL for development on vc++ 4.0 on windows xp...

I’m just starting to learn OpenGL and I can’t seem to get my environment configured right. The linker error i’m getting is as follows:

C:\MSDEVSTD\LIB\glut32.lib : fatal error LNK1106: invalid file or disk full: cannot seek to 0x3beaa4db

If you have a suggestion to help solve this, please let me know at asylumx@cybersol.com

Is the glut32.lib in that directory?
Is the glut32.lib compiled for MSVC 4?
You may need to download a copy of the glut32.lib for your compiler.

Originally posted by AsylumX:
[b]I’m just starting to learn OpenGL and I can’t seem to get my environment configured right. The linker error i’m getting is as follows:

C:\MSDEVSTD\LIB\glut32.lib : fatal error LNK1106: invalid file or disk full: cannot seek to 0x3beaa4db

If you have a suggestion to help solve this, please let me know at asylumx@cybersol.com[/b]