I’m trying to get my Jucer component working in the VST wrapper. The wrapper says I’m supposed to derive my component from AudioFilterEditor, presumably using a main window class in between, but trying to derive that class from AudioFilterEditor gets me “ambiguous use of ‘new’ and ‘delete’” errors, because it’s also derived from DocumentWindow (which may or mayn’t be necessary).
Currently, running the thing opens two windows, the Jucer one and Sonar’s generic window that’s supposed to contain the plugin, shut it down properly and bring it to front etc.