Technical data
Programming Release Notes
6.23 Run-Time Library (LIB$)—LIB$FIND_IMAGE_SYMBOL Signals Warning for Modules with C
o
6.23 Run-Time Library (LIB$)—LIB$FIND_IMAGE_SYMBOL Signals
Warning for Modules with Compilation Errors
V7.1
LIB$FIND_IMAGE_SYMBOL may signal a warning (LIB$_EOMWARN) to
indicate that the image being activated contains modules that had compilation
warnings. A condition handler used with LIB$FIND_IMAGE_SYMBOL should
probably handle this as a special case.
To allow LIB$FIND_IMAGE_SYMBOL to continue execution after signaling
LIB$_EOMWARN, the condition handler should exit with SS$_CONTINUE. For
this reason, you may choose not to use LIB$SIG_TO_RET as a condition handler
for LIB$FIND_IMAGE_SYMBOL.
6.24 Screen Management (SMG$) Facility Documentation
Note the following information that should be added to topics in the reference
section at the end of the OpenVMS RTL Screen Management (SMG$) Manual:
V7.2
• The following statement should be added to the Condition Values Returned
section of routine SMG$DELETE_VIRTUAL_DISPLAY:
"Any condition value returned by the $DELPRC system service."
• The description of routine SMG$GET_TERM_DATA contains an error in the
Arguments section for the capability-data argument. The correction is as
follows:
access: write-only
mechanism: by reference, array reference
• The description of routine SMG$READ_LOCATOR contains an error in the
Arguments section for both the row-number and the column-number
arguments. The "access:" for both arguments is write only.
• The description of routine SMG$SET_OUT_OF_BAND_ASTS contains an
error in the Arguments section for the AST-argument argument. The
symbolic names in the Data Structure diagram are incorrect. The symbolic
names in the paragraph under this diagram are correct. The correct and
incorrect symbolic names are as follows:
Incorrect Correct
SMG$L_PASTEBOARD_ID SMG$L_PBD_ID
SMG$L_ARG SMG$L_USER_ARG
SMG$B_CHARACTER SMG$B_CHAR
V7.1
• In the documentation for the SMG$READ_COMPOSED_LINE routine, the
following text should be appended to the description of the flags argument:
"The terminal characteristic /LINE_EDITING should be set for your terminal
for these flags to work as expected. /LINE_EDITING is the default."
6–26 Programming Release Notes










