Re: some OS X architectural questions
Re: some OS X architectural questions
- Subject: Re: some OS X architectural questions
- From: Scott Anguish <email@hidden>
- Date: Tue, 21 May 2002 02:07:27 -0400
massive crosspost removed
On Monday, May 20, 2002, at 07:08 PM, Fred Ross-Perry wrote:
I have some general and some specific questions about OS X development.
My apologies in advance if I've posted to the wrong group(s), but I'm
not sure where to start with my set of questions. Here goes.
- Where can I read up on how to build/launch/communicate with a
System Preferences module?
There are docs for writing a preferences module here
http://developer.apple.com/techpubs/macosx/AdditionalTechnologies/PreferencePanes/
index.html
- I want to create a native background application that
communicates with a USB device, and I want it to stay running even when
the user logs off. How can I do that?
- I have some apps that will forever run in classic mode on OS
X. They have a companion extension. How can I effect two-way
communication between this extension in Classic, and the aforementioned
native background app?
well, worst case you could do interapp communication using sockets..
_______________________________________________
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.