Re: Resolving conflicting typedefs uint32
Re: Resolving conflicting typedefs uint32
- Subject: Re: Resolving conflicting typedefs uint32
- From: email@hidden
- Date: Tue, 15 Jul 2008 10:38:43 +0200
On 15 Jul 2008, at 9:39am, email@hidden wrote:
I tried your suggestion in several places in my code but no luck. If
I put it before #import <Cocoa/Cocoa.h> I get thousands of errors
and If I put it after #import <Cocoa/Cocoa.h> I get the exact same 4
errors I got before. Since I don't explicitly import the security
framework (must be an internal Cocoa thing) I can't really do the
define anywhere sensible. Seems like a catch 22 where I can't
compile the project without the Cocoa libraries but with Cocoa
libraries, I get typedef conflicts.
In your prefix file, did you try:
#include "(Path to Quark Headers)/XP_XTplatE7.h"
#define _UINT32
#import <Cocoa/Cocoa.h>
Matt
_______________________________________________
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