Re: Can I Send Apple Events in Cocoa?
Re: Can I Send Apple Events in Cocoa?
- Subject: Re: Can I Send Apple Events in Cocoa?
- From: Daniel Jalkut <email@hidden>
- Date: Sun, 11 Dec 2005 15:41:54 -0500
Ricky is right - it's generally safe to assume that you can "use what
you want" when it comes to incorporating non-Cocoa stuff into your
application.
The fact that the inquiry is about events makes it slightly less of a
"slam dunk" piece of advice, because there are some areas in which a
Cocoa application is seriously limited from participating in the
"Carbon Event" model, but when it comes to *AppleEvents* in
particular, there shouldn't be any restrictions.
Daniel
On Dec 11, 2005, at 3:37 PM, Ricky Sharp wrote:
This is all just C, so drop it in as-is to your existing codebase
and just call it. Remember that Obj-C is a superset of C. Also
remember to link against the Carbon framework to gain access to
those APIs.
Note that you can also incorporate C++ code; search the docs/
archives for examples if needed.
_______________________________________________
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