> When Glue gets to my program, it's complain that I'm not exporting
> _MixerDialogClass. I already have a "class MixerProcessClass" line.
You have to "export" in your .gp file, Ed, like this:
export MixerDialogClass
And that should be it.
Lee