Is there a trick to getting this to work? I’ve tried several times in several areas of my code, and no notifications or events are logged…
#pragma Warning "test"
Is there a trick to getting this to work? I’ve tried several times in several areas of my code, and no notifications or events are logged…
#pragma Warning "test"
This brings up a message when you Analyze Project. It’s basically a place to put reminders like “finish this” or “delete this”, and comes up in the lower section where compiler errors normally appear.
Awesome, thanks Kem. I was expecting it to show in the message log on debug, not analysis. Good to know…