bundled & shared library
bundled & shared library
- Subject: bundled & shared library
- From: Cocoa Developer <email@hidden>
- Date: Mon, 21 Jul 2003 10:57:55 -0700
Hi,
Has anyone taken an app (bundle, .nib, Localized.rsrc, ...) and invoke
it from another app, such that it runs not as a different process from
the calling program, but on a second thread in some sort of shared
library in a two threaded app?
What I am trying to do is call a small program that handles a system
status bar (NSStatusBar/NSStatusItem -- like the sound status menu)
from within a program which is running two threads. One thread is for
python & modules, while the other thread is for this system status bar.
Obviously, I can get a python (& modules) and a system status bar app
to run as two different processes and communicate between each other.
In combining these two programs on two threads, I hope to reduce
possible problems.
Thank you in advance,
Randy
_______________________________________________
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.