Re: Distributed Objects In A Network of Macs
Re: Distributed Objects In A Network of Macs
- Subject: Re: Distributed Objects In A Network of Macs
- From: Finlay Dobbie <email@hidden>
- Date: Fri, 18 Apr 2003 21:28:57 +0100
On Friday, April 18, 2003, at 08:35 pm, Craig Bakalian wrote:
server = [[NSConnection rootProxyForConnectionWithRegisteredName:
@"myServer" host: 10.1.21.32] retain];
I get nothing served, or a nil== server.
What am I doing wrong? Does the client eMac need something set?
You need to pass an NSHost object as the host:, I think.
-- Finlay
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.