can't run sample program

I copy my glut32.lib to the lib directory of vc 5.0, and the glut32.dll also been copied to the system directory.

the sample program can be complied but when I try to run it.

It shows the following error message,
glut32.lib : fatal error LNK1106: invalid file or disk full: cannot seek to 0x38f02315
Error executing link.exe.

what went wrong?

Well suposing that you have enough space on the disk… maybe you didn’t specified in you link librairies to link it with glut32.lib.

NewROmancer

you can always dump the glut32.dll right into the exe directory of the program you are trying to run.

Originally posted by NewROmancer:
[b]Well suposing that you have enough space on the disk… maybe you didn’t specified in you link librairies to link it with glut32.lib.

NewROmancer [/b]

I did that already, still got the same message