On 27 Aug 2012, at 21:31, Gary L. Wade <garyw...@desisoftsystems.com> wrote:

> On Aug 27, 2012, at 4:53 AM, "Gerriet M. Denkmann" <gerr...@mdenkmann.de> 
> 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 (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to