Visual C++ and Glut

I’ve got all the files in the right place, but I am getting an error :
C:\Program Files\DevStudio\VC\LIB\glut32.lib : fatal error LNK1106: invalid file or disk full: cannot seek to 0x39d51b51

The drive is not full and I have replaced the file with the latest versions, reinstalled Visual C++ many times.

Can anyone help?

Thanks

Take a look at http://www.opengl.org/discussion_boards/ubb/Forum2/HTML/001638.html

i.e. set your path for BOTH the include and linker in TOOLS… OPTIONS… DIRECTORIES… Then select include files. When you’re done, fix the library files. In case you didn’t know, the XYZ.LIB file tells the linker about functions stored in XYZ.DLL. The DLL usually lives in a SYSTEM directory. You’ll place the GLUT32.DLL there yourself.

Good Luck

[This message has been edited by iss (edited 10-22-2000).]