Hi,
I believe I have an understanding
issue.
I had a Carbon project that worked well till 10.4
on a PPC I was building my project in Codewarrior 9.6.
I bought an Intel Mac laptop and first tried
to build with CW of course everything went wrong.
I said to my self (Fine I guess it is time to move
to Xcode)...
Now I finally figure out and successfully rebuild
my project which the Interface works, but the internal logical code fail
miserably.
All my union are flipped upside down my USB
interface hangs...
I believe the code is generated for the machine and
therefore compile like a PC which LSB first.
1- Is there a define that would let me know if we
are LSB or MSB first?
2- Is there a way to change the CPU code
generated?
I tried to find information about these but was not
successful somehow.
I have found how to change the library of OS
version but that did not help.
Thanks,
|