Re: Cross-SDK CGImageCreate
Re: Cross-SDK CGImageCreate
- Subject: Re: Cross-SDK CGImageCreate
- From: David Dunham <email@hidden>
- Date: Mon, 10 Oct 2005 09:18:13 -0700
Eric
I don't doubt you that CodeWarrior's complaining here, but given that
CodeWarrior can't build for Intel I'm a bit perplexed as to how you're
hitting this.
Because I need to make PowerPC builds that work on 10.2.8. Xcode is
unable to do that with my source base (ignoring this problem, which
would probably still be an issue in that kCGBitmapByteOrder32Host
isn't defined prior to the 10.4u SDK; bug not filed because you told
me it's a known issue).
Regardless, one simple workaround would be to only use that constant
under #if __LITTLE_ENDIAN__. That'll never be defined when building in
CodeWarrior.
OK. I was hoping not to have to ifdef code. It's already getting
mighty cluttered -- this is in #ifdef _Macintosh_ and #ifdef _Quartz_
already!
--
David Dunham A Sharp, LLC
Voice/Fax: 206 783 7404 http://a-sharp.com
Efficiency is intelligent laziness.
_______________________________________________
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