Thread: glut

  1. #1
    Registered User
    Join Date
    Oct 2001
    Posts
    224

    glut

    i used the header

    #include <gl\glut.h>

    and it said there is no such header

    im using msvc++ 6.0

    why is this

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    20
    You need to download the glut headers, and put then into your include/gl folder in you MSDEV driectory ... (search on google)

    But a word of advice - don't use glut unless you have too - too much functionality is taken away from you - the programmer!

    check out www.opengl.org ... and look in the developers section!
    Last edited by Shag; 11-14-2001 at 09:54 PM.

  3. #3
    Registered User
    Join Date
    Oct 2001
    Posts
    224
    what header should i use then

  4. #4

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to get relative mouse coordinates when GLUT return absolute
    By joeprogrammer in forum Game Programming
    Replies: 14
    Last Post: 02-10-2009, 06:35 PM
  2. Running into trouble with GLUT.
    By Josh@Dreamland in forum C++ Programming
    Replies: 4
    Last Post: 12-29-2007, 09:32 PM
  3. Glut
    By Matty_Alan in forum C Programming
    Replies: 7
    Last Post: 07-16-2007, 07:01 AM
  4. Displaying my glut output in my own class window.
    By Queatrix in forum Windows Programming
    Replies: 0
    Last Post: 10-19-2005, 10:09 AM
  5. GLUT and Dev-CPP
    By Canadian_coder in forum Game Programming
    Replies: 4
    Last Post: 12-22-2004, 03:12 AM