[<<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.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson