Re: How to make my application quit?
Re: How to make my application quit?
- Subject: Re: How to make my application quit?
- From: Andy Lee <email@hidden>
- Date: Thu, 4 Jul 2002 03:00:22 -0400
At 12:19 AM +0200 7/4/02, Arthur VIGAN wrote:
I tried to user the terminate(Object sender) function, but I got the error
"Undefined symbols: _terminate" at compile time. Maybe I didn't use the
function in the rigth way. Could someone help me?
I'll bet you saw "terminate(Object sender)" in documentation for the
*Java* version of the NSApplication class. The error message looks
like it's from a *C* compiler. So, in addition to the answers you've
already gotten about this question, make sure you're reading the
right docs for the right language! ;)
--Andy
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.