Re: Quick DO endian question

2009-06-25 Thread Michael Vannorsdel
Thanks for the confirmation. I did some testing using Rosetta and didn't see endian problems but I wanted to make sure this was intended and reliable on actual PPC and not just an anomaly leading me to believe the byte swapping was automatic for explicit types. On Jun 24, 2009, at 10:54 P

Re: Quick DO endian question

2009-06-24 Thread Michael Ash
On Wed, Jun 24, 2009 at 11:43 PM, Michael Vannorsdel wrote: > Do messages to remote proxies (a vended DO object) need to have their > arguments adjusted for endianness or does DO handle that on its own? > > ie: > > [rootProxy myNumberIs:someInt32]; > > would I need to standardize alignment in the a

Quick DO endian question

2009-06-24 Thread Michael Vannorsdel
Do messages to remote proxies (a vended DO object) need to have their arguments adjusted for endianness or does DO handle that on its own? ie: [rootProxy myNumberIs:someInt32]; would I need to standardize alignment in the above or leave it alone. __