Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Even the linker can give a series of messages that warn the programmer  for
eventual problems or terminal errors (errors that halt the action  that was
taking place). The error message depends on the type of linker  used (.RTLINK,
BLinker, ExoSpace, etc.). Consult your linker manual  or the Norton Guides (if
available).

The most common errors regard externals (Unresolved externals). Externals  are
procedure calls that are not contained within the source. The  linker,
however, must create a "link" between the calling module and  the
external module that contains the procedure. If the linker has
scanned all the object module (.OBJ) and the library files (.LIB)
that make up the application and has not found a module
that contains  the procedure called, the following error message will be
shown: 'Unresolved  external'.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson