Hi everyone!
I implement services in a dll, but sometimes, the dll is unloaded by
the system before References to the services are released.(other dll
may have the References)
When these References are used to call some methods, unpredictable
problem may occur, because global variables in that dll are destroyed.
So how can I avoid this situation? Should I prevent any global
variable in a service implementation?
Thank you!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to