Re[2]: StartupItems hates me
Re[2]: StartupItems hates me
- Subject: Re[2]: StartupItems hates me
- From: Lance Drake <email@hidden>
- Date: Thu, 12 Jun 2003 18:11:53 -0600
This is not an issue which belongs in the Cocoa-dev list.
You'll get more appropriate response if you move the thread
to one of the Darwin lists.
Your startupitem is probably linked with Carbon.framework.
When the user is logged-out, items linked with Carbon.framework
are caused to be quit. This is done for security reasons.
Make sure you need to be using carbon.framework. If it
possible to do many things with CoreFoundation that can
eliminate the need to have Carbon.framework included.
_______________________________________________
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.