RLPlot: a graphics progrogram

RLPlot is a cross platform development. It can be compiled for 32-bit Windows, 64-bit Windows, or Linux. 
Platform dependent definitions are found in the file "rlplot.h".

Buiding RLPlot for Windows
   These steps relate to MS Visual Studio
   1) Create an empty project called rlplot
   2) Drag all necessary files to the IDE
   3) Do not open the resource file with the integrated Resouce editor: this will destroy the file and making it useless
   4) Remove all UNICODE related settings as RLPlot will handle most UNICODE related topics itself
   5) Add "gdiplus.lib" to the Linker: Additional Dependencies

   Build the Program (F5)

Building RLPlot for Linux
   Make sure that gcc and QT5 dev packages are installed.
   For each platform the platform specific code is located in two files. The two files are replaced
   by or "QT5_Spec.cpp" and "QT5_Spec.h" ... Copy these two files and "Makefile" to the folder where all other source files
   are located and execute "make" without any arguments.
  
Success!
