• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Trouble compiling myMacheaders CW 9.5 OS 10.4
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: Calculating AU latency
  • Next by Date: Re: Multichannel audio and sharing data between channels of an audio unit?
  • Previous by thread: Re: Trouble compiling myMacheaders CW 9.5 OS 10.4
  • Next by thread: Convert mp3 to lower-quality mp3?
  • Index(es):
    • Date
    • Thread