description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: Command-Line Error D8016 |
Command-Line Error D8016 |
11/04/2016 |
|
|
eec51312-7471-4f92-94b2-d517cafc8ef5 |
'option1' and 'option2' command-line options are incompatible
The command-line options cannot be specified together.
Check environment variables, such as CL, for option specifications.
/clr implies /EHa, and you cannot specify any other /EH compiler option with /clr. For more information, see /clr (Common Language Runtime Compilation).
You may get D8016 after updating a Visual C++ 6.0 project: the project update wizard process may enable /RTC for each source code file in the project, which overrides the /RTC setting for the project. To resolve, change the /RTC setting for each source code file in the project to the default setting, which means the project setting for /RTC will be in effect for each file.
See /RTC (Run-Time Error Checks) for information on changing the /RTC property setting.