Re: typedef of Float64
Re: typedef of Float64
- Subject: Re: typedef of Float64
- From: Jeff Moore <email@hidden>
- Date: Wed, 02 Jan 2002 16:34:50 -0800
on 12/21/01 7:19 PM, James McCartney <email@hidden> wrote:
>
The definitions of Float64 in MacTypes.h and CoreAudioTypes.h conflict if
>
using Codewarrior.
As I understand things, this is a problem with CodeWarrior's compiler (a
very long standing problem if memory serves which is why MacTypes.h has a
workaround in it).
That said, lots of issues have cropped up around the typedefs in
<CoreAudio/CoreAudioTypes.h>. I hope to resolve them all at some point.
My advice is to edit the <CoreAudio/CoreAudioTypes.h> to delete the typedefs
and just include MacTypes.h for the time being. I'd do it as follows so as
not to introduce any direct path dependencies:
#include
<CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h>
--
Jeff Moore
Core Audio
Apple