[omniORB] Problems with FreeLibrary() and omniORB.
Bruce Visscher
visschb@rjrt.com
Wed, 27 Oct 1999 17:14:24 -0400
Mike,
Have you tried calling BOA::impl_shutdown() (assuming you've called
BOA::impl_is_ready)?
Bruce
Mike Bendickson wrote:
>
> I think my question is this: How do I free all omniORB resources?
>
> I've got a client DLL with some functions using omniORB. Programs using
> this DLL are calling LoadLibrary() and FreeLibrary(). The problem is that
> FreeLibrary() hangs if omniORB calls have been made. It works fine if only
> non-CORBA related DLL calls were made.
>
> Any suggestions? I've tried calling CORBA::release(), but with no success.
>
> Thanks.
> -Mike