LINK Help (linker.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.
L4026
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     LINK Warning L4026
 
     'modulename'.'entry'('internalname') : self-imported
 
     The given function or data item was imported from the module being
     linked. This error can occur if a module tries to import a
     function or data item from itself or from another source (such as
     a DLL) that has the same name.
                                    -♦-