/ERRORREPORT (Report Internal Linker Errors)

The /ERRORREPORT option is deprecated. Starting in Windows Vista, error reporting is controlled by Windows Error Reporting (WER) settings.

Syntax

/ERRORREPORT: [ none | prompt | queue | send ]

Remarks

The /ERRORREPORT arguments are overridden by the Windows Error Reporting service settings. The linker automatically sends reports of internal errors to Microsoft, if reporting is enabled by Windows Error Reporting. No report is sent if disabled by Windows Error Reporting.

To set this compiler option in the Visual Studio development environment

  1. Open the project Property Pages dialog box. For more information, see Set C++ compiler and build properties in Visual Studio.

  2. Select the Configuration Properties > Linker > Advanced property page.

  3. Modify the Error Reporting property.

To set this compiler option programmatically

See also

MSVC linker reference
MSVC linker options