VST and HiDPI

The IPlugView should only create hardware resources when the attach() method is called. So you should be safe to first create the plugview instance and then check for the IPluginViewContentScaleSupport interface before calling attach().

Cheers,
Arne