Linked by Thom Holwerda on Thu 14th Jun 2007 15:58 UTC, submitted by Jeremy Fox
Mac OS X Carbon will not be 64bit in Leopard. "At last year's keynote, Apple had claimed that both Carbon and Cocoa would be 64-bit, adding to the 64-bit fundamentals that Tiger had laid. However, according to the latest on Apple's website, Leopard's 64-bit frameworks will include the POSIX and math libraries found in Tiger, Cocoa, Quartz, OpenGL, and X11 GUI framework. In addition, Apple confirms that Carbon will not be 64-bit on the Carbon Developer mailing list." In addition, the readme file included with Leopard's developer preview says G3 support will be dropped from Leopard.
Thread beginning with comment 247929
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[4]: QT and Openoffice.Org
by ThanhLy on Thu 14th Jun 2007 18:13 UTC in reply to "RE[3]: QT and Openoffice.Org"
ThanhLy
Member since:
2006-03-14

Yet once again: hate the Objective-C syntax? Can't work with it at all? Objective-C++ was created specifically to address this.


No, it was not. Objective-C++ was created so you can access your legacy C++ code in an ObjC Cocoa app. You can not directly use Cocoa objects/classes/methods in C++ code. In other words, we can not write a Cocoa program purely in C++.

http://developer.apple.com/releasenotes/Cocoa/Objective-C++.html#se...

Edited 2007-06-14 18:16

Reply Parent Bookmark Score: 4

RE[5]: QT and Openoffice.Org
by meianoite on Thu 14th Jun 2007 18:31 in reply to "RE[4]: QT and Openoffice.Org"
meianoite Member since:
2006-04-05

No, it was not. Objective-C++ was created so you can access your legacy C++ code in an ObjC Cocoa app. You can not directly use Cocoa objects/classes/methods in C++ code. In other words, we can not write a Cocoa program purely in C++.


I might have expressed myself unclearly, but your second sentence was precisely what I meant to say.

The meat of the application remains C++, you only need few thin wrappers of Obj-C to call APIs you can't otherwise.

Reply Parent Bookmark Score: 2