message

Tells the compiler to issue a text message to the user. The message appears in the Errors & Warnings window.

Syntax

#pragma message( msg )

Parameter

msg

Actual message to issue. Does not have to be a string literal.

Targets
All platforms.
Remarks
This pragma does not correspond to any panel setting.