Visual C++.NET and GLUT

Hi,

I was trying to follow a simple tutorial using a Visual C++.NET. the tutorial stated:

#include <GL/GLUT.H>

The problem is it seems that GLUT does not ship with VC++.NET. I have:[ul][li]gl.h[/li]glaux.h
glu.h[/ul]but no glut.h… what can I do? where can I get a complete set of the header and library files?

[This message has been edited by wliad (edited 06-19-2003).]

GLUT is in all NVidia demos, & cg Toolkit

ho, now first I want to say that it works. download the glut libraries and headers for win32. just look for Mark Kilgard and Glut.

one page I found: http://herakles.zcu.cz/local/www.cs.utah.edu/~narobins/glut.html
(but I don’t know if it still works)

greetings from germany

Originally posted by capriman:
[b]ho, now first I want to say that it works. download the glut libraries and headers for win32. just look for Mark Kilgard and Glut.

one page I found: http://herakles.zcu.cz/local/www.cs.utah.edu/~narobins/glut.html
(but I don’t know if it still works)

greetings from germany[/b]

Thanks! I got it. though I understand that you don’t need GLUT to recieve a context for an openGL rendering target.