Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Error Messages - <b>1115: <file(module)> : '<symbol>'unresolved external</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 1115:   <file(module)> : '<symbol>'unresolved external

     Explanation:  This message indicates that the '<symbol>' defined as
     external in the file module cannot be found in any of the other .OBJ
     files or libraries in the script file.  The usual cause of this problem
     is that an object or library file required by the program has been
     omitted from the script file.  Another possible cause of this message is
     that some libraries require the use of the SEARCH command, as their
     library cross-reference records are not complete.

     Action:  Try a SEARCH on the library that you suspect contains the
     missing '<symbol>'.  If you are aware of the cause for this message and
     want to continue linking to create an executable file, use the command
     BLINKER EXECUTABLE NODELETE.

     See Also:  The Linker Reference Commands section in the "CA-Clipper
     Real Mode Linker--BLINKER.EXE" chapter of the Programming and Utilities
     Guide.

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