[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] endian issue in ftmac.c
From: |
mpsuzuki |
Subject: |
Re: [ft-devel] endian issue in ftmac.c |
Date: |
Wed, 21 Jun 2006 09:58:25 +0900 |
Hi,
On Tue, 20 Jun 2006 10:36:58 -0400
"Sean McBride" <address@hidden> wrote:
>On 2006-06-20 17:54, address@hidden said:
>>CFSwapInt16BigToHost(). Of course, they are unavailable in
>>MPW environment, so I replaced them by macro functions.
>>Attached patch is my modified version.
>
>You must be the last person on Earth still using MPW. :)
Oops :-)
>True, CFSwapInt16BigToHost is Mac OS X only. But I think you can use
>the functions in Endian.h on both Mac OS 9 and X. For example:
>EndianU16_BtoN().
Ah, thank you for notice. I will use them.
>Have you read the "Universal Binary Programming Guidelines"?
>Specifically, this page:
>
><https://developer.apple.com/documentation/MacOSX/Conceptual/
>universal_binary/universal_binary_tips/chapter_5_section_14.html#//
>apple_ref/doc/uid/TP40002217-CH239-CJBCCBDD>
Again thank you for information. The page is helpful.
Regards,
mpsuzuki