• 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: Linker errors with AUPannerBase/CAAudioChannelLayout
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Linker errors with AUPannerBase/CAAudioChannelLayout


  • Subject: Re: Linker errors with AUPannerBase/CAAudioChannelLayout
  • From: Alex Weiss <email@hidden>
  • Date: Tue, 29 Jun 2010 16:27:36 +0200

Solved. The necessary functions are in CAAudioChannelLayoutObject.cpp. Pardon my ignorance.

Alex

On Tue, Jun 29, 2010 at 10:24 AM, Alex Weiss <email@hidden> wrote:
Hi,

I need to implement a surround panning plug-in as an Audio Unit. Even though there doesn't seem to be any documentation on it, I figured that AUPannerBase would be the place to start. However, I can't even get a simple file to compile. After adding all the necessary frameworks and files, ld still cannot find some symbols:

  "CAAudioChannelLayout::CAAudioChannelLayout()", referenced from:
      AUPannerBase::AUPannerBase(ComponentInstanceRecord*)in AUPannerBase.o

  "CAAudioChannelLayout::~CAAudioChannelLayout()", referenced from:
      AUPannerBase::~AUPannerBase()in AUPannerBase.o

  "CAAudioChannelLayout::operator=(AudioChannelLayout const*)", referenced from:
      AUPannerBase::RemoveAudioChannelLayout(unsigned int, unsigned int)in AUPannerBase.o

ld: symbol(s) not found
collect2: ld returned 1 exit status

And indeed: the constructor and overloaded operator= of CAAudioChannelLayout are defined in CAAudioChannelLayout.h, but are nowhere implemented in CAAudioChannelLayout.cpp

Am I missing something here?

Thanks,
Alex

 _______________________________________________
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

References: 
 >Linker errors with AUPannerBase/CAAudioChannelLayout (From: Alex Weiss <email@hidden>)

  • Prev by Date: Linker errors with AUPannerBase/CAAudioChannelLayout
  • Next by Date: Overriding SupportedNumChannels
  • Previous by thread: Linker errors with AUPannerBase/CAAudioChannelLayout
  • Next by thread: Overriding SupportedNumChannels
  • Index(es):
    • Date
    • Thread