-N: Show Notification Box in Case of Errors

Group

MESSAGES

Scope

Function

Syntax

-N

Arguments

None

Default

None

Defines

None

Pragmas

None

Description

Using this option makes the Compiler display an Alert if an error occurs during compilation. This is useful when running a make file (refer Make Utility) because the Compiler waits for you to acknowledge the message, thus suspending make file processing.

This feature is useful for halting and aborting a build using the Make Utility.

Example
  -N
  
  

If an error occurs during compilation, a dialog similar to the following figure appears.

Figure 1. Alert Dialog

Alert Dialog