On 27 Aug 2012, at 21:31, Gary L. Wade <[email protected]> wrote:

> On Aug 27, 2012, at 4:53 AM, "Gerriet M. Denkmann" <[email protected]> 
> 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 protected])

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 [email protected]

Reply via email to