Download glut related files, use dll and lib is easy. [glutdlls37beta.zip]
Follow the table below, check whether those files are there or not.
| File | Location |
| gl.h glu.h glut.h | [compiler]\include\gl |
| Opengl32.lib glut32.lib glu32.lib | [compiler]\lib |
| opengl32.dll glut32.dll glu32.dll | [system] |
where [compiler] is your compiler directory (such as c:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK) and [system] is your Windows 9x/NT/2000 system directory (such as c:\winnt\system32 or c:\windows\system).
Reference:
Post a Comment