[omniORB] Error: function to insert the user exception into an Any is not available
Duncan Grisby
duncan@grisby.org
Fri Jan 24 12:49:00 2003
On Thursday 23 January, Matej Kenda wrote:
> Program aborts if user exception is passed to this function with the
> following error:
>
> omniORB: Error: function to insert the user exception into an Any is not
> available
The error means exactly what it says -- the function to insert the
user exception is not available. You must generate the dynamic stubs
and link in the DynSK.cc file to make the any inserters available.
However, it's much better to avoid all this mess by using the standard
_name() and _rep_id() methods.
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan@grisby.org --
-- http://www.grisby.org --