Re: Services?
Re: Services?
- Subject: Re: Services?
- From: Radwar <email@hidden>
- Date: Mon, 26 May 2003 11:22:30 -0400
What you need is a Cocoa tool which does the string manipulation.
ProjectBuilder will allow you to build Cocoa Tool project, which has no
GUI. If you need GUI then you need a Cocoa Application. You would want
to look at the foundation classes for the readymade objects available.
Some of most used ones are NSString, NSDictionary, NSArray, NSScanner
and so on...
On Monday, May 26, 2003, at 11:01 AM, Goodbye Bill wrote:
Good morning! Another question for your friendly neighborhood
newbie...
I am coming from a Microsoft platform. I would like to create a
service or
application to run in the background and parse text files. Could
someone
point me in the right direction as to what to use? Cocoa? Carbon?
I'm not
sure where to begin.
Thanks! =)
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >Services? (From: Goodbye Bill <email@hidden>) |