I changed the plugin host to dll, since Visual Studio 2005 seems to be unable to handle the amalgamated version, and got link errors because AudioProcessorGraph::AudioGraphIOProcessor wasn’t exported into the library.
I suspect it needs a JUCE_API, at least on windows; i.e., the nested class doesn’t inherit the __declspec.
