Re: Annoying 'parse error before' messages
Re: Annoying 'parse error before' messages
- Subject: Re: Annoying 'parse error before' messages
- From: Marcel Weiher <email@hidden>
- Date: Sat, 13 Jan 2007 12:15:17 -0800
Here is my Header file that the errors refer to:
#import <Cocoa/Cocoa.h>
#import <Carbon/Carbon.h>
#import <ApplicationServices/ApplicationServices.h>
#import <Quartz/Quartz.h>
#import <QTKit/QTKit.h>
#import "RSVerticallyCenteredTextFieldCell.h"
#import "MUPhotoView.h"
A quick note: you seem to be including a whole lot of headers here
that are not actually needed by the code below. It's probably better
to just include what you actually need in the header itself here, and
the rest in the .m file(s). This will also reduce the chance of weird
things happening.
Marcel
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden