Size limit on !error_state.msg [message #42113] |
Wed, 29 December 2004 13:37 |
Ed Wright
Messages: 39 Registered: February 1999
|
Member |
|
|
To: IDL external developers
A question concerning the message blocks:
I pass error strings created in a C library to the IDL interpreter using
IDL_MessageFromBlock. Does this call impose a limit on the length of the
string or have I missed something? Several error strings display
truncated at about 380 characters.
The particular call:
IDL_MessageFromBlock(spice_msg_block ,
ICY_M_SPICE_ERROR,
IDL_MSG_LONGJMP ,
msg );
'msg' can display truncated.
As always,
Ed Wright
ed.wright@[null]jpl.nasa.gov
1-818-354-0371
--
DISCLAIMER: JPL requires notice in all electronic communication that
any and all opinions presented herein are my own and do not, in any
way, represent the opinion or policy of JPL, CalTech, NASA, or the US
Government.
Disclaimers are without standing on traffic from this domain.
I do not accept responsibility for unexpected collisions between NASA
vehicles and Alien cruisers, any resulting interplanetary war, or a
grumpy Kilrathi.
|
|
|