Re: #warning
Re: #warning
- Subject: Re: #warning
- From: Jonathon Mah <email@hidden>
- Date: Tue, 20 Dec 2005 11:21:46 +1030
Robert,
On 2005-12-20, at 10:39, Robert Dell wrote:
i also tried (this weekend) pulling out one procedure and putting
it in a file all by itself and then doing the following:
#include "initWithBundle.m"
it properly showed 4 files but it then complained when compiling
that file saying it doesn't know anything about my globals.
I was forced to put it back in the main file and no more complaints.
You'd probably be better off using categories. Of course, if you have
globals other categories won't be able to access them, but hopefully
their use is confined to just a few methods.
Jonathon Mah
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden