Re: How portable are the NSxxx classes?
Re: How portable are the NSxxx classes?
- Subject: Re: How portable are the NSxxx classes?
- From: Ondra Cada <email@hidden>
- Date: Mon, 21 Oct 2002 15:57:31 +0200
On Monday, October 21, 2002, at 03:46 , Ken Tozier wrote:
Are core classes like NSDictionary, NSArray, NSString, NSNumber etc...
portable features of Objective C or are they only available in the Apple
world.
They are not part of ObjC libraries (there is a standard class hiearchy
rooted in Object, far inferior to the NSObject one made by NeXT we all use)
.
Though, Foundation is completely portable thanks to GNUStep
(www.gnustep.org). AppKit is portable that way too, but so far as I know
not quite finished yet.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.