Posted on: 7/11/2008 5:00:00 PM | Views : 1017

In some situations you may wish to purposefully cause compilation errors or warnings in your code. For example, a warning indicating that you are compiling in debug mode or an error for deprecated code. These can be added using preprocessor directives.

...

Go to the complete details ...