|
-
January 10th, 2013, 03:17 AM
#8
Re: #pragma message not displaying
First, please further prefer opening a new thread instead of waking up a (very) old one!
Well, I see two possible causes:
- it is skipped by other preprocessor directives: #if, #ifdef, etc;
- the project uses precompiled headers and you have put #pragma message before including "stdafx.h"; note that, in this case all preprocessor directives are ignored.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|