[gmpi] Re: ABI's / Nutshell

Chris Grigg wrote:
So if there is no runtime and no anti-factory, how does any static storage for a plug class object get reclaimed?

Not sure I follow. Do you mean storage for data shared between all instances of a plugin? (in C++ terms, the static members).
Static data is initialised automatically when the dll loads. I believe by the OS or C runtime.
Said storage is freed when dll is unloaded.


Not sure I follow the questioning. On both Windows and Linux, initialisation of static data in a dll is automatic. We have a working prototype that proves this.

Jeff


---------------------------------------------------------------------- Generalized Music Plugin Interface (GMPI) public discussion list Participation in this list is contingent upon your abiding by the following rules: Please stay on topic. You are responsible for your own words. Please respect your fellow subscribers. Please do not redistribute anyone else's words without their permission.

Archive: http://www.freelists.org/archives/gmpi
Email gmpi-request@xxxxxxxxxxxxx w/ subject "unsubscribe" to unsubscribe

Other related posts: