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.
ILINK Overview
                                             Up Contents Index Back
─────ILINK Overview─────────────────────────────────────────────────────────
 
     The Microsoft(R) Incremental Linker (ILINK) is used to
     incrementally link a program or dynamic-link library.
 
     Use ILINK to update an existing .EXE or .DLL when only
     a subset of the project's modules have changed. Under
     certain circumstances, using ILINK can be faster than
     performing a full link.
 
     Command-Line Syntax
 
     ILINK [options] projname [modulelist]
 
          ILINK Options
          Running ILINK
 
     Other Topics
 
          What Is ILINK?
          Using ILINK in the Development Process
          ILINK Errors and Violations
 
     NOTE: Although documented here, ILINK is not included in all
           Microsoft language products.
                                    -♦-