Re: Trouble compiling myMacheaders CW 9.5 OS 10.4
Re: Trouble compiling myMacheaders CW 9.5 OS 10.4
- Subject: Re: Trouble compiling myMacheaders CW 9.5 OS 10.4
- From: Bruce Coughlin <email@hidden>
- Date: Mon, 9 May 2005 18:40:23 -0400
In AudioUnitProperties.h the structure ScheduledAudioSlice is
typedef'd after the function that uses it
typedef void (*ScheduledAudioSliceCompletionProc)(void *userData,
struct ScheduledAudioSlice *bufferList);
Same deal with ScheduledAudioFileRegion being defined after the
function that uses it is defined.
Could this be the problem? What's the easy workaround since this file
is read-only??? I can't move it around.
Thanks
You typically see this warning in C++ (odd, since you said it was for
C) because, technically speaking, the "implicit name spaces" (I'm
making that term up) of the following two declarations are different
for the ScheduledAudioSlice structure.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden