home *** CD-ROM | disk | FTP | other *** search
/ CICA 1992 November / CICA_MS_Windows_CD-ROM_Walnut_Creek_November_1992.iso / win3 / util / wgnuplot / readme.win next >
Text File  |  1992-06-09  |  2KB  |  45 lines

  1. README file for MS Windows version of gnuplot.
  2. 9th June 1992
  3.  
  4. The EXE is called WGNUPLOT.EXE.
  5.  
  6. To get the help to work, put both WGNUPLOT.EXE and WGNUPLOT.HLP file 
  7. in the WINDOWS directory.
  8.  
  9. It runs in standard and enhanced modes on a 386SX.
  10.  
  11. It will run in standard mode on a 286/287 only if a floating point bug is 
  12. fixed in the Borland C++ 3.0 run time library.  See the bug fix below.
  13.  
  14. It won't run in real mode for obvious reasons - not enough memory.
  15.  
  16. The "gnuplot: graph" window has two options on the system menu -
  17. "Print" and "Copy to Clipboard".  The "Print" option allows selection
  18. of the printer and scaling of the output.  
  19. "Copy to Clipboard" copies a bitmap  and a Metafile picture.
  20.  
  21. The makefile is makefile.win.  Windows gnuplot can only be created with
  22. Borland C++ 3.0.  Before making wgnuplot you will need to edit the 
  23. TC = line to specify the location of your compiler.
  24.  
  25. Before creating wgnuplot, the files wingraph.uue and wintext.uue will 
  26. need to be uudecoded to wingraph.ico and wintext.ico respectively.
  27.  
  28. Windows help is provided but is limited by the original gnuplot.doc file.
  29.  
  30. The READLINE code has been included, but the cursor keys are used
  31. by Windows, not by gnuplot.
  32.  
  33. Text justification depends on the default screen size and default
  34. system font.  Changing either of these will stuff up the justification.
  35.  
  36. Known bugs:
  37.  
  38. printf("%f") doesn't work on a 286/287 with Borland C++ 3.0.  
  39. To fix this bug, you need access to the run time library sources.
  40. Edit crtl/math/fbstp.asm to add an FWAIT instruction before and
  41. after the FSTP instruction on line 122.
  42. Rebuild the mathwl.lib library and then relink gnuplot using the
  43. new mathwl.lib.
  44.  
  45.