Previous Topic Next topic Print topic


error_on_duplicate_entry_point

Syntax:

>>-----set error_on_duplicate_entry_point =---.-TRUE-.------><  
                                              +-FALSE+

Parameters:

TRUE Force an RTS 119 error to be generated when loading a duplicate entry point.
FALSE Silently ignore duplicate entry-points .

Properties:

Default: FALSE
Setting: None

Example:

If program A is loaded and contains entry-point ENTA, and then program B is loaded which also contains entry-point ENTA, the RTS can either issue an RTS 119 error ("Symbol redefined") when it encounters ENTA in program B, or silently ignore it.

Previous Topic Next topic Print topic