LINK Help (linkx.hlp) (Table of Contents; Topic list)
OLD Statement
                                             Up Contents Index Back
─────OLD Statement──────────────────────────────────────────────────────────
 
     Syntax:  OLD 'filename'
 
     This statement directs LINK to search another DLL for export
     ordinals. The OLD statement preserves ordinal values used from
     older versions of a DLL. It has no effect on applications. Only
     one DLL can be specified. For DLLs only.
 
     The <filename> specifies the DLL to be searched. It must be
     enclosed in single or double quotation marks (' or ").
 
     Exported names in the current DLL that match exported names in the
     old DLL are assigned ordinal values from the earlier DLL unless
 
        ■ The name in the old DLL has no ordinal value assigned, or
 
        ■ An ordinal value is explicitly assigned in the current DLL.
 
     Ordinals are assigned in EXPORTS and IMPORTS statements.
     See: EXPORTS Statement
          IMPORTS Statement
                                    -♦-