README for the GLAUX Solar System Program


This program is an example that makes use of the AUX library-
hence it may not work with your compiler. However, the source code
for the aux lib is included with the SDK, so if your compiler doesn't
come with GLAUX.LIB you can, with a little work, make your own version
of the lib by compiling the files yourself. (This is from Microsoft, I
haven't tried it myself.)

I'm using the AUX lib callbacks to animate the scene.
Press the "a" key to toggle the animation.
Press the up/down arrows to speed-up/slow-down the animation.

In addition to the OPENGL32.LIB and GLU32.LIB files you'll need
to link in GLAUX.LIB, and (this is a more recent change) you'll need to
change the entry point of the program by adding the line:

/entry:mainCRTStartup

to the linker line. If you're making a new file and you're not using
VC++ 4.1 or later, then you might leave this change out and see if it
links OK. If you get an error about something like winMain@16 not
being found, then you'll need this line. If none of this works then take
a look at the OpenGL BOOK examples on the WIndows SDK CD and check out the
makefile for any additional changes.
