[F-Script-talk] Re: Linking the framework breaks my CoreData app
Brought to you by:
pmougin
From: Philippe M. <pm...@ac...> - 2006-01-02 23:14:21
|
On 2 janv. 06, at 14:47, Timothy Reaves wrote: > I do indeed have a Range class. Is there no way to scope class > names in Obj-C? Normally, classes coming from reusable frameworks use a prefix specific to the framework in order to avoid name clashes (see http:// developer.apple.com/documentation/Cocoa/Conceptual/CodingGuidelines/ index.html). However, in F-Script a few classes do not use a prefix. Back to your problem, is it possible for you to use another name for your Range class? BTW, the Range class in F-Script is deprecated since a long time and will be removed in a future version. Best, Philippe |