home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.next.programmer
- 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
- From: frank@glocke.hotb.sub.org (Frank Thomas)
- Subject: Re: messaging mail in 3.0 with distributed objects -- you can't!
- Message-ID: <1992Aug27.103113.1152@glocke.hotb.sub.org>
- Sender: frank@glocke.hotb.sub.org
- References: <1992Aug18.143442.14079@pencom.com>
- Date: Thu, 27 Aug 1992 10:31:13 GMT
- Lines: 15
-
- In article <1992Aug18.143442.14079@pencom.com> alex@laos (Alex D. Nghiem)
- writes:
- > For those that are interested, the following code was posted by Andy
- Stone
- > several weeks earlier:
- [stuff deleted]
- > mail = NXPortFromName("MailSendDemo", ""); // ACK for now it works
- [stuff deleted]
- > andrew
-
- I think it should be
- mail = NXPortFromName("MailSendDemo", [NXApp hostName]);
-
- because if you run a program with `redirected` WindowServer on a different
- NeXT, your program would be started there instead of using your NeXT.
-