[omniORB] Problems with FreeLibrary() and omniORB.

Mike Bendickson bendi003@tc.umn.edu
Wed, 27 Oct 1999 16:37:10 -0500


Hi Bruce,

Thanks for the reply.  I should have probably provided some code.  This is
the client side only, so I don't think that applies.  I'll throw it in
though and see what happens.

Thanks,
-Mike

----- Original Message -----
From: Bruce Visscher <visschb@rjrt.com>
To: Mike Bendickson <bendi003@tc.umn.edu>
Cc: <omniorb-list@uk.research.att.com>
Sent: Wednesday, October 27, 1999 4:14 PM
Subject: Re: [omniORB] Problems with FreeLibrary() and omniORB.


> 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
>
>