The information in this article applies to:
SUMMARYIn some instances, you may find it advantageous to have the compiler generate user-defined warning messages such as the following: When such a warning is generated by the compiler and displayed in the Developer Studio's Output window, you can double-click on the warning message to get to the line of code with the message. MORE INFORMATIONThe following code illustrates how to use the #pragma message to force the compiler to generate the above warning message. Note the spacing around the colons in the third #define statement. The Visual Workbench that ships with the 16-bit versions of Visual C++ does not recognize a double-click in the Output window unless the proper spacing exists between the colons.
REFERENCES
For additional information concerning the #pragma message directive, see
the Visual C++ Help file; Search on: "message (pragma directive)."
Additional query words:
Keywords : kbide kbLangC kbVC100 kbVC150 kbVC151 kbVC152 kbVC200 kbVC210 kbVC220 kbVC400 kbVC410 kbVC420 kbVC500 kbVC600 |
Last Reviewed: July 21, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |