Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 783 Bytes

duplicate-definition.md

File metadata and controls

28 lines (19 loc) · 783 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Duplicate definition
vblr6.chm1057031
vblr6.chm1057031
8e9f8532-28fa-8244-939a-40eeee372312
06/08/2017
medium

Duplicate definition

You can only define a conditional compiler constant to have one value. This error has the following cause and solution:

  • You specified two different values for the same conditional compiler constant, for example:

        #Const Mac = 0 
        #Const Mac = 1 

    Remove one of the definitions.

For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).

[!includeSupport and feedback]