ILINK Help (ilink.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Moving/Deleting Data Symbols
                                             Up Contents Index Back
─────Moving/Deleting Data Symbols───────────────────────────────────────────
 
     An incremental violation occurs if a data symbol is moved or
     deleted. You can add new data symbols without requiring a full
     link. To do this, add the new symbols at the end of all other data
     symbols in the module.
 
     NOTE: A data symbol is the address of a global or static data
           object. This does not include data objects allocated on the
           stack or allocated dynamically.
                                    -♦-