From: Ruben Z. <rzi...@ya...> - 2007-01-02 06:35:29
|
I have been experimenting with hoc recently. I have run into a problem a couple of times where certain methods of Cocoa classes don't seem to be in hoc. Examples are: the "set" method of NSColor and the "string" method of NSTextView. Whenever I use these methods, they generate errors during compilation saying: "Not in scope: `string'", for instance. Is this because hoc is still incomplete? Were they deliberately left out of hoc? Ruben |