Header name too long for CW 7?
Header name too long for CW 7?
- Subject: Header name too long for CW 7?
- From: Sanford Selznick <email@hidden>
- Date: Fri, 2 Nov 2001 16:12:10 -0700
I thought I'd do something totally silly today like port one of my
Project Builder projects to CodeWarrior.
So near the top of my .c file I have:
#import <AppKit/AppKit.h>
All fine and dandy, but it eventually hits the following line:
#import <Foundation/NSDistributedNotificationCenter.h>
The compiler says it can't open the file. I think it's because its
name is too long. It certainly has access to the other Foundation/*
headers. This is the only one it complains about.
Any ideas?
Is it even possible to build a mach-o/objective-c/cocoa program with CW?
-Sanford