Re: Bilingual shenanigans
Re: Bilingual shenanigans
- Subject: Re: Bilingual shenanigans
- From: Dean Tresner <email@hidden>
- Date: Fri, 13 Sep 2002 16:26:45 -0400
On Friday, Sep 13, 2002, at 15:11 US/Eastern, Timothy J. Wood wrote:
You either need to import Ugly.h here or change your @interface to
have a 'Ugly *' instead of 'Ugly' (and then do a 'new' in your -init
method).
Oh, quite right, the compiler wouldn't know what to do with a static
definition after only a forward declaration. Haven't tried it yet, but
I'm quite sure that's the fix. As Ondra hinted, not using pointers is
probably a bad idea for any number of reasons.
Dean
_______________________________________________
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.