Re: Audio Unit not showing up
Re: Audio Unit not showing up
- Subject: Re: Audio Unit not showing up
- From: Marc Poirier <email@hidden>
- Date: Sun, 29 Sep 2002 13:54:27 +0200 (CEST)
Thanks for the helpful info, Chris. Ah, uunfortunately it looks like I
got everything right, though. _TransverbEntry shows up when running nm, I
have that in the .exp file, the dlle string says TransverbEntry, all of
the proper stuff is there in the thng resource... All this stuff looks
the same in other AUs that work, too. But this one still won't
register...
Thanks,
Marc
On Sat, 28 Sep 2002, Chris Rogers wrote:
>
Marc,
>
>
The component manager requires certain resources (in the old-fashioned
>
Resource manager sense) to be defined properly. Check to make sure
>
there is a 'thng' resource with the proper component type, subtype,
>
and manufacturer. Also, make sure there is a 'dlle' string resource
>
which has the CORRECT name for your component entry point.
>
Also, make sure that the component entry point is exported
>
in the dylib code for your component in *.component/Contents/MacOS/
>
In the terminal window you can us the "nm" command on the dylib
>
to get a list of symbols. Exported names have an uppercase "T"
>
by them. The entry point names usually end in "Entry".
>
If it's not exported, then you have to put the name in your .exp file
>
in Project Builder. There are other things that can wrong, but these
>
are the common problems...
>
>
Good Luck!
>
Chris Rogers
>
Core Audio
>
Apple Computer
>
>
>
Best thing for you to do is check these resources with the ones in
>
AudioUnits you know to be working correctly
_______________________________________________
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.