Re: Creating a "tool" in objective-C
Re: Creating a "tool" in objective-C
- Subject: Re: Creating a "tool" in objective-C
- From: Ondra Cada <email@hidden>
- Date: Wed, 30 Mar 2005 04:51:33 +0200
Andrew,
On 30.3.2005, at 4:42, Andrew White wrote:
I want to create a tool (ie command line program with no graphical UI)
that utilises objective-C and some Cocoa functionality. Is this
plausible, and which XCode template is best to start with?
None of: C++, CoreFoundation, CoreServices, Foundation or standard (ie
C) immediately struck me as appropriate.
Foundation is what you want. It is the part of Cocoa which does not
depend on the application infrastructure.
Note: although by default the tool uses Foundation Kit only, you, in
principle, can use AppKit too if you want to. If you do though be
prepared for diverse problems with classes which presume the
application infrastructure is there.
---
Ondra Čada
OCSoftware: email@hidden http://www.ocs.cz
private email@hidden http://www.ocs.cz/oc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden