Re: Help porting from codewarrior?
Re: Help porting from codewarrior?
- Subject: Re: Help porting from codewarrior?
- From: Bob Sabiston <email@hidden>
- Date: Wed, 21 Sep 2005 13:17:24 -0500
On Sep 21, 2005, at 1:09 PM, lbland wrote:
hi-
It depends on your precomp header def, but you might try:
#import <stdio.h>
#define BOOL Boolean
Notice that #define BOOL Boolean is dangerous.
That would define BOOL to be equal to Boolean, but my problem is that
Boolean isn't even defined itself!
I did put #include <stdio.h> in my header file, and some of the
errors went away, but the ones related to Boolean did not.
Isn't Boolean defined in stdio.h?
If not, what do I need to include?
Thanks!
Bob
_______________________________________________
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