Expand Minimize
0 out of 1 rated this helpful - Rate this topic

/ERRORREPORT (Report Internal Linker Errors)

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

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 Reporting property.

To set this compiler option programmatically

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.