I looked on stack exchange and it said I can't use ifndef in that order so I changed it to this(see below) but then my errror messages dont fire/ Whats going on, I want to be able to check the x condition with the assert and get the error messages . Please help thanks.
The #if(!(x)) needs to be a regular if, not a preprocessor if. And you need to make sure you have a backslash at the end of every line you want in the macro (except the last).
hi this does compile on my system but the error messages don't appear. please help me make the error messages appear. Sorry for posting without the tags before thanks.