I posted a while back ago about converting a method I had to work
with universal binaries and had thought that the following code would
have solved the issue. Turns out I was wrong and now, re-reading
information online, I'm wondering if the only reason this compiled is
because Xcode simply ignored what was contained in the #else as I was
compiling on a PowerPC machine.
So, can anyone point me in the right direction of converting my one
and only function that fails to work with Intel machines? Is there
no way to simply say, look ... if it's a PPC machine, execute this
code but if it's an intel one, go ahead and grab the big endian value
and then execute the code.
}
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden