This graphics library created by QuickBASIC for QuickBASIC is an illustration
on how to use QuickBASIC to create libraries.

This illustration is not designed to show you everything on how to use
QuickBASIC to generate libraries.  I do not go into as great as detail as the
libraries provided for in C because I do not know how to use QuickBASIC that
well for generating libraries.

If you are seriously interested in generating libraries for the QuickBASIC
environment, I would suggest that you visit the news group
alt.lang.basic.misc (I beleive that is the right group).

You should also do a search for various web pages that are totally dedicated
to BASIC programming under QuickBASIC (and QBasic).

The source files (RANGRAPH.BAS and FGRAPH.BAS) can run under QBasic, but they
must be merged into a single source file and the '$INCLUDE lines must be
removed.  (Run the file RANMERGE.BAS.)

To run RANGRAPH.BAS from QuickBASIC, type QB RANGRAPH.BAS /L FGRAPH.QLB
You can compile it to EXE from the IDE.  An EXE has been provided for
demonstration.
