home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_200 / 266_01 / technote.doc < prev    next >
Text File  |  1990-07-21  |  1KB  |  41 lines

  1.            What's New in micro PLOX            TECHNOTE.DOC
  2.                  July 1990
  3.  
  4. Release 5.0 includes both some restructuring and new features.
  5.  
  6. The new features are:
  7.  
  8.   (1) Multi color plots for color monitors.
  9.  
  10.   (2) A settable margin for the picture so that multiple small pictures
  11.       can be put on a page or pictures mixed with text.
  12.  
  13.   (3) The PLOX statement-type keyword (first word on a line) may be
  14.       lower or upper case.
  15.  
  16.   (4) There is a pause after every error message.
  17.  
  18.   (5) The data file to be used may be given at run time.
  19.  
  20.   (6) Some PLOX commands may be put in the data file.  When combined
  21.       with (5) above this allows a single picture description to
  22.       produce any number of similar looking charts each using
  23.       different data.
  24.  
  25. The restructuring includes:
  26.  
  27.   (1) All modules compiled with Watcom 7.0.
  28.  
  29.   (2) The front end portability problem is solved by using four
  30.       simple variables global to the CONLIB file only.
  31.  
  32.   (3) Header files with ANSI prototypes are provided for all
  33.       libraries.
  34.  
  35.   (4) The back end was totally restructured to eliminate duplicate
  36.       code and the monitor drivers now write directly to the screen.
  37.       There are 2 main drivers, one for printers, one for screens.
  38.       These drivers are #included into the various main program
  39.       shells (like PLOTEPS) which define their customizing macros.
  40.  
  41.