home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / os2 / programm / 3779 < prev    next >
Encoding:
Text File  |  1992-07-25  |  1.5 KB  |  40 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!snorkelwacker.mit.edu!bloom-picayune.mit.edu!alcvax.pfc.mit.edu!horne
  3. From: horne@alcvax.pfc.mit.edu
  4. Subject: fortran-style scientific plotting in OS2 PM window?
  5. Message-ID: <26JUL92.02231367@alcvax.pfc.mit.edu>
  6. Sender: news@athena.mit.edu (News system)
  7. Nntp-Posting-Host: alcvax.pfc.mit.edu
  8. Organization: MIT PLASMA FUSION CENTER
  9. Date: Sun, 26 Jul 1992 02:23:13 GMT
  10. Lines: 28
  11.  
  12.  
  13.  
  14. Summary -- can one do traditional scientific plotting (fortran style) into a PM
  15. window, and still have WRITE (or printf, depending) statements output
  16. to the screen somewhere?
  17.  
  18. I'm trying to assemble a scientific programming environment under OS2.  F2c and
  19. gnu gcc are the main ingredients.  What's missing is graphics.
  20.  
  21. I had planned to port a graphics package -- initially an old Tektronics-style
  22. system; if that works I'd consider the pre-GKS NCAR package.  
  23.  
  24.   I would like my OS2 box from which I run the program to remain visible and
  25. display the output from fortran write statments (or printf).  I would like the
  26. graphics to appear in a PM window.  My experiments so far (based on SAMPLE3
  27. from Mark Johnson's GCC port)  have not succeeded. (I can plot, but printf
  28. doesn't seem to work in a PM program).
  29.  
  30. One way to get this would seem to be to start a separate thread for
  31. the graphics window; then do all plotting via messages to it from the "main"
  32. task.  Isn't there a simpler way?  
  33.  
  34.  
  35.             Thanks to any who respond -- please mail
  36.             to me, since I don't read this group as 
  37.             often as I should.
  38.                     Steve Horne
  39.                     horne@alcvax.pfc.mit.edu
  40.