Thread: glaux.h

  1. #1
    Registered User
    Join Date
    Jul 2011
    Location
    Bogalusa Louisiana
    Posts
    3

    Question glaux.h

    Dear Sirs;
    I am a novice but making progress.
    I use the dev_cpp IDE simply because it worked straight away.
    I typed the Robot code and the g++ compiler give me numerous preprocessor directive errors. I downloaded glaux.h from a website and I got the same error messages.
    Any help would be greatly appreciated
    Life, Health, Prosperity
    Neferkamichael

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    You can't just download a single .h file and hope it will work.

    You need a whole set of files.

    In dev-c++, there is a menu option called devpak (IIRC), which allows you to download interesting additional libraries. You need to grab the glaux one.

    When you've got it, you might find you have a new project type when you do new->project. If you do have "new glaux project", then choosing that and then copying in your code will save some fiddly work.

    Or a direct link if you want to explore yourself.
    OpenGL category in devpaks repository


    TBH, you should get Code::Blocks as this is the more up to date (and maintained) work-alike successor project to dev-c++ (which is now unmaintained).
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. gl/glaux.h
    By beene in forum Game Programming
    Replies: 4
    Last Post: 10-25-2006, 09:04 AM
  2. glaux.dll
    By wuzzuppy_123 in forum Game Programming
    Replies: 3
    Last Post: 05-16-2005, 02:27 PM
  3. Glaux
    By Necrofear in forum Game Programming
    Replies: 1
    Last Post: 03-13-2005, 04:11 PM
  4. Glaux Out dated with Dev C++ 5.9.9.0?
    By Zeusbwr in forum Game Programming
    Replies: 7
    Last Post: 11-26-2004, 01:13 AM
  5. gl, glu, glaux, glut
    By vasanth in forum Game Programming
    Replies: 5
    Last Post: 07-13-2003, 10:34 PM