Re: My CarbonView isn't showing up
Re: My CarbonView isn't showing up
- Subject: Re: My CarbonView isn't showing up
- From: Marc Poirier <email@hidden>
- Date: Wed, 25 Jun 2003 16:14:06 -0500 (CDT)
Are you overriding GetNumCustomUIComponents and GetUIComponentDescs
properly?
On Wed, 25 Jun 2003, Darrin Cardani wrote:
>
I've just added a parameter to my audio unit and I want to display a
>
custom carbon view of the controls. I've tried copying what's in the
>
MultiTapAU example code, but I find that when AudioUnitHosting gets
>
to it's AUEditWindow::SetUnitToDisplay () function, it attempts to
>
find my view component and gets an error on this call:
>
>
verify_noerr(OpenAComponent(editComp, &mEditView));
>
>
I've got the entry point defined in my export file, I've got the
>
'thng' resource defined in my resource file, and I've got the entry
>
point defined in the code, too, but AudioUnitHosting doesn't find it.
>
What am I missing?
>
>
Thanks,
>
Darrin
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.