Displaying Duplicate Library Entries
If you use include statements, you might have the same library defined multiple times in your library definition files, which can cause some applications to generate error or warning messages. Because inclusion can be nested, it is simple to accidentally set up the system to define a library more than once. For example:
INCLUDElocationA/global.libs
INCLUDElocationB/global.libs
Every library is defined at least twice in the above example.
The duplicate entries are displayed in the library path editor window. You can use this feature to trace multiple entries to their sources.
This feature does not remove the multiple entry.
Return to top