Re: Baffling Xcode Complaint About Compiling My Object
Re: Baffling Xcode Complaint About Compiling My Object
- Subject: Re: Baffling Xcode Complaint About Compiling My Object
- From: Stephen Coy <email@hidden>
- Date: Thu, 4 Mar 2004 23:53:24 +1100
On 04/03/2004, at 4:02 AM, Lance Drake wrote:
#import <AppKit/AppKit.h>
#import "MyMsgPort.h"
This is Objective-C (#import), so this header file can only be
#imported into a .m or a .mm source file.
Both the C and C++ compilers will barf on it.
It's not weird at all.
Steve Coy
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.