• 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: AULab calling unimplemented -saveDataInDictionary:forDocument in my CocoaView???
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AULab calling unimplemented -saveDataInDictionary:forDocument in my CocoaView???


  • Subject: Re: AULab calling unimplemented -saveDataInDictionary:forDocument in my CocoaView???
  • From: Justin Carlson <email@hidden>
  • Date: Wed, 17 Sep 2008 02:51:07 -0500


Hi Tahome,

You can implement these in MyFancy_CocoaView and set a breakpoint. Hint: You can use (id) wherever an ObjC arg/return type is used.

I don't know the return or argument types for the original, but you can probably just implement something like:
- (id)saveDataInDictionary:(id)dict forDocument:(id)doc {
/* breakpoint or assert */
}
- (void)saveDataInDictionary:(id)dict forDocument:(id)doc {
/* breakpoint or assert */
}
- (BOOL)saveDataInDictionary:(id)dict forDocument:(id)doc {
/* breakpoint or assert */
}


J

_______________________________________________
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


  • Follow-Ups:
    • Re: AULab calling unimplemented -saveDataInDictionary:forDocument in my CocoaView???
      • From: "tahome izwah" <email@hidden>
  • Prev by Date: How to test my Surround MidiEffect AU.
  • Next by Date: Logic and AU instruments with side-chain
  • Previous by thread: Re: How to test my Surround MidiEffect AU.
  • Next by thread: Re: AULab calling unimplemented -saveDataInDictionary:forDocument in my CocoaView???
  • Index(es):
    • Date
    • Thread