by Sean McBride <cwatson@[EMAIL PROTECTED]
>
Jul 11, 2006 at 11:53 PM
In article <C0D991A2.13947%juliosity@[EMAIL PROTECTED]
>, Bint <juliosity@[EMAIL PROTECTED]
>
wrote:
> In Xcode I can compile with kCGBitmapByteOrder32Big, but in
Codewarrior
> this constant isn't defined. I'm hesitant to abandon CW--I'd like to
keep
> my app compiling with CW if I can. Does anyone know where this constant
is
> defined?
You can figure out the answer to that by using CW's 'Find In Files' to
search all of
/Developer/SDKs/MacOSX10.3.9.sdk/System/Library/Frameworks. You'll see
it's not there. But it is in the 10.4 SDK. Which SDK are you using
with CW? and with Xcode? Must be 10.3 and 10.4 respectfully.