http://GameProgrammer.Com

Programming

GP Mailing List
     Thread Index
     Date Index

ATXGPSIG List
     Thread Index
     Date Index

Google
>

Home

TheGrumpyProgrammer



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: help



is glut32.lib in a directory that will be searched by VC when it is linking?
there should be a project setting for this also.

other than that, it does sound like a problem with the harddrive, I would
scan it and see if there is anything wrong with it (bad sectors?  or is it
full?)

Ken
----- Original Message -----
From: <OutlwTrn2@aol.com>
To: <gameprogrammer@gameprogrammer.com>
Sent: Thursday, June 29, 2000 12:41 AM
Subject: help


>     How do I get the glut32.lib to link with my program.  I keep getting
the
> error :
>
> d:\DevStudio\VC\LIB\glut32.lib : fatal error LNK1106: invalid file or disk
> full: cannot seek to 0x37a039bf
>
> I have the project setup and I tell it to link the library under settings
in
> Visual c++ 5.0, but nothing will work, I can get just the normal
opengl32.lib
> working just fine but not GLUT.  Can anyone help
>
> Justin
> =================================================================
> The GameProgrammer.Com mailing list is for the open discussion
> of any topic related to the art, science, and business of
> programming games. This list is especially tolerant of beginners.
> We were all beginners once
>
> To SUBSCRIBE or UNSUBSCRIBE please visit:
> http://gameprogrammer.com/mailinglist.html

=================================================================
The GameProgrammer.Com mailing list is for the open discussion
of any topic related to the art, science, and business of
programming games. This list is especially tolerant of beginners.
We were all beginners once

To SUBSCRIBE or UNSUBSCRIBE please visit:
http://gameprogrammer.com/mailinglist.html



  • References:
    • help
      • From: OutlwTrn2@aol.com