Link to home
Start Free TrialLog in
Avatar of deatc
deatc

asked on

Compile GLUT with Visual Studio 2015

Hi.  I am trying to compile the C++ version of the OpenGL Utility Toolkit (GLUT) 3.7, available from:

    https://www.opengl.org/resources/libraries/glut/

using the Visual Studio 2015 Developer Command Prompt and running simply the "glutmake.bat" file, but I keep getting the following link error:

    LINK : fatal error LNK1104: cannot open file 'glut32.lib'

which is odd, since "glut32.lib" is what I am trying to build.  Have any of you been able to compile GLUT using Visual Studio 2015 (or an earlier recent version of Visual Studio)?

Thank you.
ASKER CERTIFIED SOLUTION
Avatar of sarabande
sarabande
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial