home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / rexx / 669 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  1.0 KB

  1. Path: sparky!uunet!sun-barr!ames!agate!ucbvax!VNET.IBM.COM!pmuellr
  2. From: pmuellr@VNET.IBM.COM ("Pat Mueller")
  3. Newsgroups: comp.lang.rexx
  4. Subject: Re: OS/2 REXX/Presentation Manager Interface?
  5. Message-ID: <9207291403.AA16522@ucbvax.Berkeley.EDU>
  6. Date: 29 Jul 92 13:57:41 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Lines: 17
  9.  
  10. There is no general purpose interface between PM and rexx.  There are
  11. a few functions in the REXXUTIL function package (display a message
  12. box, some system object interaction functions) that do interface to PM.
  13.  
  14. There is also an application called PMREXX, which will run a .cmd file
  15. under the PM application.  It doesn't provide any specific interfaces
  16. to PM for the rexx programmer though.
  17.  
  18. If you have some specific application in mind, you can write some
  19. functions in C that rexx can use (aka External Functions), and
  20. these functions can do pretty much whatever you want.  We've implemented
  21. some functions for rexx that resolve to WinSendMsg()'s on the C side,
  22. for instance.
  23.  
  24. Patrick Mueller
  25. pmuellr@vnet.ibm.com
  26. Programming Systems, IBM Cary, NC
  27.