Re: OT: Writing a system service
Re: OT: Writing a system service
- Subject: Re: OT: Writing a system service
- From: Rosyna <email@hidden>
- Date: Sun, 4 Sep 2005 15:27:51 -0700
If you did the backend in Carbon, you could only link to the
CoreServices.framework and not the Carbon.framework as the latter
requires a connection to the window server and may cause your process
to terminate when someone logs out. CoreServices includes CarbonCore
so you have Alias, File, and Folder support. You can also use *parts*
of ApplicationServices as well. See
http://developer.apple.com/releasenotes/Carbon/AppleEvents.html "The
AppleEvent framework will not force a connection to the window
server; this allows daemons and startup items to continue working
across logouts."
You cannot use any of the CoreGraphics framework, nor can you get the
ProcessSerialNumber of your daemon.
Ack, at 9/4/05, Rick Langschultz said:
I was thinking I could do the server in Carbon and the frontend in
Cocoa, as well as the PrefPane to be able to control the server,
process, and users of the server. Anyone have any information?
--
Sincerely,
Rosyna Keller
Technical Support/Holy Knight/Always needs a hug
Unsanity: Unsane Tools for Insanely Great People
It's either this, or imagining Phil Schiller in a thong.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden