Request: Do not use InitDll/ExitDll & bundleEntry/bundleExit

Hi bluecataudio,
there are special considerations not to rely on operating systems initializations of dynamic libraries.
You’re hitting an edge case here that is currently not supported by the VST3 SDK.
We can try to find a solution for your problem, but I don’t think that your proposed solution is a good one.

And a please to all plug-in developers, especially on Windows, don’t use DllMain to do initializations and even static c++ object initialization should be avoided if possible.

Cheers,
Arne