On Mon, 30 Oct 2000, Dietmar Maurer wrote:Yes - sure. But the problem is that ex_CORBA_BAD_PARAM is an integer, and not a (char *)> How can I raise a system exception in C ?
>
> CORBA_exception_set (ev, CORBA_SYSTEM_EXCEPTION, ex_CORBA_BAD_PARAM,
> NULL)You can't pass NULL for the data - there is required info that you must
include.