• 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: Cocoa and PortAudio
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cocoa and PortAudio


  • Subject: Re: Cocoa and PortAudio
  • From: David Remahl <email@hidden>
  • Date: Thu, 17 Oct 2002 15:01:17 +0200

> Ok - I see the problem. You have your callback function outside of the
> 'implementation' section of the .mm file. This means that your function does
> not have access to the ivars of the Obj-C class. Hence the comnpiler does
> not know what 'pitchSlider' is. (That is what the error message is saying -
> it is not referring to 'pitchSlider' as a function. The "first use this
> function" is just telling you that this unknown symbol first occurred in
> this function.)
> I think you want to put the callback function inside the 'implementation'
> section.

I am pretty sure that won't make a difference. Objective C (or Objective
C++) do not have member functions, only member methods.

/ Rgds, David
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

References: 
 >Re: Cocoa and PortAudio (From: Cameron Hayne <email@hidden>)

  • Prev by Date: Re: Background threads
  • Next by Date: Re: NSSplitView query
  • Previous by thread: Re: Cocoa and PortAudio
  • Next by thread: Re: Cocoa and PortAudio
  • Index(es):
    • Date
    • Thread