/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
Open the project's Property Pages dialog box. For more information, see How to: Open Project Property Pages.
Click the Configuration Properties folder.
Click the Linker folder.
Click the Advanced property page.
Modify the Error Reporting property.
To set this compiler option programmatically
- See ErrorReporting.