home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / next / programm / 5871 < prev    next >
Encoding:
Text File  |  1992-08-30  |  1000 b   |  26 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!smurf.sub.org!incom!orfeo!hotb.sub.org!glocke!frank
  3. From: frank@glocke.hotb.sub.org (Frank Thomas)
  4. Subject: Re: messaging mail in 3.0 with distributed objects -- you can't!
  5. Message-ID: <1992Aug27.103113.1152@glocke.hotb.sub.org>
  6. Sender: frank@glocke.hotb.sub.org
  7. References: <1992Aug18.143442.14079@pencom.com>
  8. Date: Thu, 27 Aug 1992 10:31:13 GMT
  9. Lines: 15
  10.  
  11. In article <1992Aug18.143442.14079@pencom.com> alex@laos (Alex D. Nghiem)  
  12. writes:
  13. > For those that are interested, the following code was posted by Andy  
  14. Stone  
  15. > several weeks earlier:
  16. [stuff deleted]
  17. >     mail = NXPortFromName("MailSendDemo", ""); // ACK for now it works
  18. [stuff deleted]
  19. >             andrew
  20.  
  21. I think it should be 
  22. mail = NXPortFromName("MailSendDemo", [NXApp hostName]);
  23.  
  24. because if you run a program with `redirected` WindowServer on a different  
  25. NeXT, your program would be started there instead of using your NeXT.
  26.