Hello,
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?
Thanks
B
Sean McBride - 12 Jul 2006 04:53 GMT
> 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.