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>1004: define command : '<symbol>' duplicated in <filename(modulename)></b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 1004:   DEFINE command : '<symbol>' duplicated in <filename(modulename)>

     Explanation:  This message indicates that the name symbol defined
     in a DEFINE command, is also defined as public in the second module.
     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.

     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