• no #message directive.
    C166 has #message directive but ARMCC doesnt have #message or #pragma message. only #warning & #error . is there any alternate way to display messages?. like i want to display message for what...
  • Preprocessor directive #message
    With RVMDK, is there a preprocessor directive for printing a message to the Output window, like #message? http://www.keil.com/support/man/docs/c51/c51_pp_message.htm
  • C166 preprocessor directive #message unknown
    I want to use the preprocessor directive #WARNING. But I get always an error. Example: #message "This is my own message" Compile error: error 315: unknown #directive 'message' I use the...
  • # pragma directive
    can any body will tell me when and where we can use #pragma directives in embedded 'C'?give me an idea with examples.
  • #message
    Hi, Does anyone here ever use #message in other compilers? It is a useful tool for making sure that code with many #ifdef compiles the way you want without adding to the number of warnings. thanks...