Skip to main content

Problem:

RTS 119 Name is not unique

Resolution:

Release: 3.1   Make sure the same module is not linked more than once in the same run unit. In other words, this error occurs if a module has already been loaded in memory and another program tries to load the same memory. Alternatively, make this common module as a DLL.

Attachments:

Code.zip

Old KB# 6849