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.
Files Required by ILINK
                                             Up Contents Index Back
─────Files Required by ILINK────────────────────────────────────────────────
 
     To incrementally link an executable or dynamic-link library file,
     the following files are required:
 
     File                    Description
 
     LINK.EXE                The LINK and ILINK utilities. These files
     ILINK.EXE               should be in the current directory or
     ILNKSTUB.OVL            in a directory in the PATH environment
                             variable.
 
     projname.EXE or         The executable or dynamic-link library
     projname.DLL            file to be incrementally linked. This
                             file should be in the current directory.
 
     projname.SYM and        The ILINK symbol file and support file.
     projname.ILK            These files are generated by the full
                             linker (LINK) when linking with the /INC
                             option. These files should be in the
                             current directory.
 
     Object files (.OBJ)     Object files for all modules in the
                             project. These files should be in the
                             current directory or a directory in the
                             LIB environment variable.
                                    -♦-