Existing users, log in.  New users, create a free account.  Lost password?

4 comments

How?? - fbuddha

carbon apps run native on both, cocoa apps run only on os x

Reply to This

Thursday, September 30 2004 @ 12:27 AM PDT


How?? - smoothmomma1

you are mistaken. Carbon is native in OS 9. Native in OS X. Cocoa is another completely separate OS X framework which is also native.

Reply to This

Tuesday, March 29 2005 @ 08:31 PM PST


How?? - Mark Douma

To expand on that slightly:

CFM (Non-Carbon) - runs in OS 9 only.

CFM (Carbonized) - can usually run in both OS 9 and OS X. (Example: most Adobe apps.)

Mach-O (Carbon) - Carbon application that will only run in OS X. (Example: Finder, QuickTime Player, iTunes)

Mach-O (Cocoa) - Cocoa application that will only run in OS X.


"CFM" (Code Fragment Manager) is a fancy way of saying "OS 9 executable format."
"Mach-O" is a fancy way of saying "OS X executable format."

Hope this helps....

Reply to This

Tuesday, March 29 2005 @ 08:37 PM PST