Identifying Cocoa Methods
Identifying Cocoa Methods
- Subject: Identifying Cocoa Methods
- From: Jason Slack-Moehrle <email@hidden>
- Date: Fri, 08 Oct 2010 16:22:35 -0700
Hello All,
I have a large app that uses Carbon. We know that Carbon GUI is not available in 64-bit.
I need to integrate Carbon and Cocoa so that I can replace the existing Carbon GUI elements with Cocoa equivalents. Mostly Dialog Boxes, etc.
I know that I need to write C-ACllable Wrapper Functions for the Cocoa stuff that I need, but I am not sure how to identify what I need to do.
Example. I know that I will probably need to use NSOpenPanel and NSSavePanel. So I need to write a C-Callable Wrapper for the parts of NSSavePanel that I would use? Like: setTitle, setMessage, etc, etc?
Or am I in to deep to what needs to be done and I don't need to be?
A nudge in the right direction is appreciated.
Best,
-Jason
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden