Try the NSApplicationDelegate .....

On Apr 21, 2010, at 6:50 PM, Bill Appleton wrote:

> hi all,
> 
> i am converting from carbon to cocoa
> 
> with NSApplicationMain i need to know how to call some startup code before
> receiving events

use -applicationWillFinishLaunching

> and upon quit i need to call some shutdown code
> 

use -applicationWillTerminate

> are there some docs on this issue? examples? advice?
> 

http://developer.apple.com/mac/library/documentation/cocoa/reference/NSApplicationDelegate_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40008592-CH1-DontLinkElementID_2

> 
> thanks,
> 
> bill appleton
> _______________________________________________
> 
> 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:
> http://lists.apple.com/mailman/options/cocoa-dev/karthikreddy09%40gmail.com
> 
> This email sent to karthikredd...@gmail.com

_______________________________________________

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

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

Reply via email to