Re: Re[2]: NSApp problem outside of bundle
Re: Re[2]: NSApp problem outside of bundle
- Subject: Re: Re[2]: NSApp problem outside of bundle
- From: Steve Christensen <email@hidden>
- Date: Mon, 29 Jun 2009 16:42:31 -0700
On Jun 29, 2009, at 3:22 PM, Peter Mulholland wrote:
Monday, June 29, 2009, 11:12:20 PM, you wrote:
You don't use kCurrentProcess as an argument. You use it like this:
ProcessSerialNumber psn = { 0, kCurrentProcess };
TransformProcessType( &psn, ... );
I see. It isn't really explained all that clearly.
It's actually described very clearly in Xcode's developer docs for
TransformProcessType:
...
Parameters
PSN
The serial number of the process you want to transform. You can also
use the constant kCurrentProcess to refer to the current process. See
ProcessSerialNumber for more information.
...
_______________________________________________
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