On 8/30/07 9:51 PM, "John Stiles" <email@hidden> wrote:
> You can forward declare these types very easily to avoid including
> headers.
Yes, like this:
class NSView;
typedef struct OpaqueControlRef* ControlRef;
// update accordingly when Apple's definition changed.
void SetText(ControlRef hiView, Text text);
void SetText(NSView *nsView, Text text);
Still that will rule out ะก and ObjC callers.
Mike
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden
This email sent to email@hidden