Thread: opengl .h files

  1. #1
    Unregistered
    Guest

    opengl .h files

    Hi all,
    I'm looking at learning opengl - I have tutorials and such, but no '.h' files to #include.
    Does anyone know where I can find the .h files required to program using the opengl functions?
    Windows 98
    VC++ 6.0

    Thanks.

  2. #2
    Zeeshan
    Guest
    Hi,
    see the first chapter of Nehe's Tutorials...very easy to swallow and will teach you how to do it...

    It requires including .h files as well as some .libs
    http://nehe.gamedev.net

  3. #3
    Registered User
    Join Date
    Aug 2001
    Posts
    403

    by the way

    Please don't crosspost.. this time i tell you like this but next time i'll look like this

  4. #4
    Registered User
    Join Date
    Oct 2001
    Posts
    95
    The .h files are in the in the gl directory of your header file directory. So if you wanted to load in opengl.h, the you would type:

    #include <gl/opengl.h>

    I'm pretty sure that is the directory. Haven't used GL in a while.
    Think out of the box! Open Source rules!

    -Breach23

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Get .cpp and .h files to communicate...
    By yaya in forum C++ Programming
    Replies: 6
    Last Post: 11-25-2008, 12:45 AM
  2. Error including .h files made by me
    By _seven_ in forum C Programming
    Replies: 3
    Last Post: 04-22-2008, 11:34 AM
  3. .h files help
    By SeNtiX in forum C++ Programming
    Replies: 15
    Last Post: 07-13-2005, 05:32 AM
  4. Cant Make heads or tails of .h files
    By D3T in forum C++ Programming
    Replies: 4
    Last Post: 07-09-2002, 10:03 AM
  5. Class files (.h and .cpp
    By Todd in forum C++ Programming
    Replies: 7
    Last Post: 02-14-2002, 03:07 PM