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>1114: <file(module)> : '<symbol>' duplicated in <file(module)></b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 1114:   <file(module)> : '<symbol>' duplicated in <file(module)>

     Explanation:  This message indicates that the name symbol defined as
     public in the first module is also defined as public in the second.
     This will occur if two procedures in separate .OBJ or .LIB files have
     the same name.  The first one found is the one which is linked into the
     program, and the second one is ignored.

     Action:  One of the symbols must be given a different name and the
     appropriate .OBJ file recompiled.

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