/ERRORREPORT (Report Internal Linker Errors)

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

Remarks

Allows you to provide internal compiler error (ICE) information directly to the Visual C++ team.

For more information about /ERRORREPORT, see //errorReport (Report Internal Compiler Errors).

To set this compiler option in the Visual Studio development environment

  1. Open the project's Property Pages dialog box. For more information, see How to: Open Project Property Pages.

  2. Click the Configuration Properties folder.

  3. Click the Linker folder.

  4. Click the Advanced property page.

  5. Modify the Error Reportingproperty.

To set this compiler option programmatically

See Also

Reference

Setting Linker Options

Linker Options