How to you provide Application "helper" extensions?
How to you provide Application "helper" extensions?
- Subject: How to you provide Application "helper" extensions?
- From: David Hoerl <email@hidden>
- Date: Mon, 28 Mar 2005 18:41:01 -0500
Back in the old Mac-OS days, it was possible to load a CODE resource
and branch to it. Thus, applications such as Eudora provided a
mechanism for others to develop small "helper" features that could be
dynamically linked into the main applications.
These helpers usually get called with a pointer to some structure,
and return some value or values in a second structure. They could not
define globals (well, not in the normal sense, and were conceptually
a subroutine.
Is there any way to support this type of user customization with
Cocoa and Xcode?
David
_______________________________________________
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