Issue 4755: Duplicate use of ERROR_SUCCESS (dais-ftf) Source: ABB Power Technologies, Power Automation & Substat (Mr. Lars-Ola Osterlund, lars-ola.g.osterlund@se.abb.com) Nature: Uncategorized Issue Severity: Summary: const Error ERROR_SUCCESS = 0; is already in use by Microsoft. Name has to be replaced Resolution: Suggestion; const Error ERROR_DAISOK = 0 Revised Text: Refer to comments in [1] · LOO8 section 3.1.5 Actions taken: December 14, 2001: received issue October 23, 2002: closed issue Discussion: Suggestion; const Error ERROR_DAISOK = 0 Implemented in DAISCommon.idl End of Annotations:===== Duplicate use of ERROR_SUCCESSconst Error ERROR_SUCCESS = 0; is already in use by Microsoft. Name has to be replaced. Suggestion; const Error ERROR_DAISOK = 0; Implemented in DAISCommon.idl