> #Preferences requires these to be exported first
> export MixerGetPrefUITree
> export MixerGetModuleInfo
>
> class MixerProcessClass
> export MixerDialogClass
>
This is the problem, Ed. It looks to me like you've over exported.
You should only need the MixerDialogClass exported, not each routine.
Lee