Re: how to combine two cocoa application together
Re: how to combine two cocoa application together
- Subject: Re: how to combine two cocoa application together
- From: Andrew Merenbach <email@hidden>
- Date: Mon, 20 Apr 2009 23:19:18 -0700
On Apr 20, 2009, at 6:03 PM, yiling wu wrote:
I have two cocoa applications which have the functionality I want to
use.
Are there any easy way to combine them together. Thanks!
Hi! I suppose that the first question is: do you have the source code
for both applications? If you don't, then the answer is a
straightforward and unequivocal No. If you have the source code to
both (and I might infer that you do, since you're posting here, but it
never hurts to ask, just in case), then you would need to create a
single Xcode project and drag all the source code files into that
project; resolve any conflicting code; change the interface as
required for the single program; and change the code to "bridge" the
two programs, not to mention change the build settings for version, etc.
Hope this helps!
Cheers,
Andrew
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden