Re: Calling a UNIX application from a carbon app
Re: Calling a UNIX application from a carbon app
- Subject: Re: Calling a UNIX application from a carbon app
- From: Nathan Day <email@hidden>
- Date: Tue, 28 May 2002 18:16:01 +0930
How about system() see man system
On Tuesday, May 28, 2002, at 05:46 PM, David Remahl wrote:
Loading the full Foundation simply for this function in the application
is
probably an overkill though...(Though it may be useful in other places
as
well). There is a significant memory overhead in doing that.
I would take a look at <HIServices/Processes.h>, but I'm not perfectly
sure...
Why are you posting the question to the Cocoa list and not
carbon-development? If you search their archives, I'm sure you'll find
an
answer.
/ David
This is really simple using NSTask. If your not worried about adding a
little ObjC/Cocoa to your app, thats probably the best way.
Richard Schreyer
On Monday, May 27, 2002, at 05:02 AM, Thorsten Lemke wrote:
Hallo,
how can I call a UNIX tool like gs from a carbon application. And how
can I
give the additional parameters to the application?
Regards
Thorsten Lemke
_______________________________________________
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.
_______________________________________________
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.