[omniORB] Problems with FreeLibrary() and omniORB.

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


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