[an error occurred while processing this directive]

HP OpenVMS Systems

C++ Programming Language
Content starts here lnkhelp.HLP

/EXPAND

/EXPAND (D) /NOEXPAND

Controls whether CXXLINK displays unresolved C++ symbols in their mangled or demangled form. By default CXXLINK displays symbols in their demangled form. This qualifier is obsolete and may be removed in a future release to to support new OpenVMS Link Untilty qualifiers.


/TEMPLATE_PRELINK

/TEMPLATE_PRELINK (D) /NOTEMPLATE_PRELINK

Controls whether CXXLINK performs a partial link (no image output) to determine whether any unresolved template symbols need to be added to the LINK command. If you know that your program does not use templates, you can specify /NOTEMPLATE_PRELINK to bypass this partial link and proceed directly to the final link.

This qualifier is obsolete and may be removed in a future release to support new OpenVMS Link Untilty qualifiers. Please use /PRELINK=TEMPLATE_PRELINK instead.