Re: Distributed Objects
Re: Distributed Objects
- Subject: Re: Distributed Objects
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Mon, 27 Aug 2012 21:36:23 +0700
On 27 Aug 2012, at 21:31, Gary L. Wade <email@hidden> wrote:
> On Aug 27, 2012, at 4:53 AM, "Gerriet M. Denkmann" <email@hidden> wrote:
>
>> In the main thread of an application based on the Application Kit…
>
> In other words, do you call NSApplicationMain in your function main on your server app? If not, then in a simplistic answer, your app is not based on AppKit.
It is a Cocoa-based app, created by Xcode. It so has a main.m with:
int main(int argc, char *argv[])
{
return NSApplicationMain(argc, (const char **)argv);
}
Gerriet.
_______________________________________________
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