[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

IDL_RPCImportArray bug?




Does anyone else have problems in IDL v 5.2 doing a call 
to IDL_RPCImportArray with IDL_TYP_BYTE?

I get the error

 IDL_RPCImportArray: Unknown Type

even though the type *is* IDL_TYP_BYTE (==1). An analogous
call to IDL_RPCMakeArray works like a charm....:

 IDL_RPCMakeArray(type,ndims,IDL_dim,IDL_ARR_INI_NOP,&pVar);
 pVar = IDL_RPCImportArray(ndims,IDL_dim,type,ptr,IDL_free_cb_null);

The first one is ok, the second one gives the error.

Regards,

Stein Vidar