This is a simple to use Graphics Package for OS/2.
Properties:
   -256 Colors
   -Fixed size of 640x480
   -easy porting from existing programs for DOS
Install:
   -Copy Graph2.exe in a directory listed in your PATH
   -Link with Graph2.lib
   -a call to __GrInit(x) will start Graph2.exe
   -if you don't use gcc: never forget to include "graph2.h"
   -see testGr1.cpp for a sample
Remarks:
   -Color 0 is always the background color
   -default Palette uses only gray with Color 0 == white  
    (__SetPalEntry(0,255,255,255) and Color 0xff == Black 
    (__SetPalEntry(255,0,0,0.

If you want to see the sources send me a email.

Bugs, Suggestions ...
Axel.Zeuner@physik.uni-Magdeburg.de
http://iep318.nat.uni-Magdeburg,de

