Servertec !error
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Conventions
iMake
Touch
Make Files
Constants
Identifiers
Operators
Directives
#
!define
!error
!if{def|ndef}
!include
!message
!undef

Statements
Macros
Legal
Contact Us

 

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: Sun Sep 04 14:56:00 EDT 2005