L
Lothar Behrens
Hi,
I have a class (called pluginmanager) that gets loaded indirectly by
an assembly loaded with a call to LoadFrom.
On the other hand I use operator new on other plugins, that are
directly known in my test project.
So i mix the way of creation of objects.
How do I avoid using a new instance from a 'local' DLL when the plugin
DLL is already loaded ?
(The local DLL may reside in the test application that uses this
mixture)
The plugin DLL is at a known place.
Are there any solutions ?
Thanks, Lothar
I have a class (called pluginmanager) that gets loaded indirectly by
an assembly loaded with a call to LoadFrom.
On the other hand I use operator new on other plugins, that are
directly known in my test project.
So i mix the way of creation of objects.
How do I avoid using a new instance from a 'local' DLL when the plugin
DLL is already loaded ?
(The local DLL may reside in the test application that uses this
mixture)
The plugin DLL is at a known place.
Are there any solutions ?
Thanks, Lothar