Thread: OpenGL issue...

  1. #1
    Rad gcn_zelda's Avatar
    Join Date
    Mar 2003
    Posts
    942

    OpenGL issue...

    I'm starting to learn to use OpenGL...

    According to NeHe's first tutorial, I need to include <gl.h>, <glu.h>, and <glaux.h> in addition to <windows.h>.


    I'm using the DevC++ IDE and the gl.h and glu.h header files are in there, in addition to glext.h. glaux.h, however, is missing.

    Does anybody know the problem?

    PS: If this is in the wrong place, please move it to the correct one, mods... I wasn't sure where to place this.

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    You'll need to use glext.h instead.

    I learned that from this thread using the search feature of the boards.

    gg

  3. #3
    Rad gcn_zelda's Avatar
    Join Date
    Mar 2003
    Posts
    942
    Quote Originally Posted by Codeplug
    You'll need to use glext.h instead.

    I learned that from this thread using the search feature of the boards.

    gg
    Heh. Point taken.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiling issue with the OpenGL tutorial by RoD
    By Twitchmokey in forum Game Programming
    Replies: 12
    Last Post: 06-26-2006, 06:05 PM
  2. OpenGl & SDL issue
    By Arangol in forum Game Programming
    Replies: 3
    Last Post: 06-18-2006, 09:57 AM
  3. OpenGL Window
    By Morgul in forum Game Programming
    Replies: 1
    Last Post: 05-15-2005, 12:34 PM
  4. OpenGL .dll vs video card dll
    By Silvercord in forum Game Programming
    Replies: 14
    Last Post: 02-12-2003, 07:57 PM
  5. opengl code not working
    By Unregistered in forum Windows Programming
    Replies: 4
    Last Post: 02-14-2002, 10:01 PM