Re: Projects interaction
Re: Projects interaction
- Subject: Re: Projects interaction
- From: "Louis C. Sacha" <email@hidden>
- Date: Tue, 29 Jun 2004 01:50:36 -0700
Hello...
It depends on what type of projects A & B are.
If both are Cocoa projects, you will probably want to look at
NSDistributedNotificationCenter in the Foundation framework.
If A is a Cocoa app and B is a command line tool, you will probably
want to look at NSTask.
Hope that helps,
Louis
Hi,
I have two project A and B.
In the window of project A I have a button and I'd like to call the
function x in the project B when I press it. How can realize the
communication between two distinct project?
Does anyone know how this is done?
Thanks,
Alessandra
_______________________________________________
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.