Re: (hopefully) simple newb question
Re: (hopefully) simple newb question
- Subject: Re: (hopefully) simple newb question
- From: Mike Abdullah <email@hidden>
- Date: Wed, 18 Jan 2006 19:54:13 +0000
Yep, I've set it to import EventMakerDoc.h as it's called in my app.
It seems to be just an issue with this particular method, since I can
quite happily do:
int returnValue = [[self document] eventKind];
I am going to test it with some other sample methods to see if that
works.
Mike.
On 18 Jan 2006, at 18:32, Daniel Jalkut wrote:
Does the window controller have access to a prototype for the
method in question? E.g. does it include "MyDocument.h", or
wherever the interface is declared?
Daniel
On Jan 18, 2006, at 9:56 AM, Mike Abdullah wrote:
"passing argument 1 of setEventKind: makes pointer from integer
without a cast"
Why is this a problem from the window controller, but not from the
NSDocument?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden