Servertec #error
Reference Manual
Conventions
iPP
Templates
Constants
Identifiers
Operators
Directives
## // /* */
#define
#error
#if{def|ndef}
#include
#message
#pragma
#undef

Macros
Java API

Return

 

Displays an error message and stops the preprocessor

Syntax

    #error text

Notes

    text the error message to display.

    The message is sent to stderr.

Example

    #ifndef VERSION
        #error version must be specified
    #endif
    
 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Mon Sep 05 14:25:37 EDT 2005