Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Compiler directive #if EXE in negative form
#1
I am wondering whether compiler directive
Quote:#if EXE
could be expressed in a negative type form, such as
Code:
Copy      Help
#if NOT EXE
.

Thank you.
#2
I empirically found that
Quote:#if !EXE
works.
#3
or

#if EXE==0

EXE can be 0, 1 or 2.


Forum Jump:


Users browsing this thread: 1 Guest(s)