Problems glut/VC++ 5

hi all i begin in ding in open gl all was fine but i have a problem when trying to compil a source using glu.h and gl.h my message error is :
Linking…
C:\Program Files\DevStudio\VC\LIB\glut32.lib : fatal error LNK1106: invalid file or disk full: cannot seek to 0x39d50e15
Error executing link.exe.

glut000.exe - 1 error(s), 0 warning(s)
please need help to begin
Thanks to all.

McFlyonly@hotmail.com

Either try a complete rebuild of your project, or make a whole new project.

The problem is that the precompiled glut32.lib is in VC6 format. Update your compiler or build it yourself. (or be really ambitious and do both )