Re: running an external app
Re: running an external app
- Subject: Re: running an external app
- From: Nathan Kinsinger <email@hidden>
- Date: Mon, 26 May 2008 17:13:50 -0600
On May 26, 2008, at 5:08 PM, Nathan wrote:
I'm running into problems now....
bool runApp;
[runApp launchApplication: "Interface Builder"];
I get these warnings:
warning: invalid receiver type bool
warning: passing argument 1 of 'launchApplication:' from
incompatible pointer type
Objective-c needs an @ before string literals. So you need @"Interface
Builder"
--Nathan
_______________________________________________
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