order of included headers, "'BOOL' does not name a type"
Posted: Fri Apr 24, 2009 5:21 am
Sometimes as I add a new #include <*.h> file from the provided headers (eg pins.h), I get
'BOOL' does not name a type
I had this happening with the earlier rev of NBE, and had to go into the offending *.h and add
#include <ctypes> (?). Then the same error would pop up for the next *.h in the list, etc.
There must be a better way to handle this; do I somehow have old *.h's (I just upgraded to Rel23RC7) or do I need to put something in the properties or reorder my includes?
Thanks!
Sam
'BOOL' does not name a type
I had this happening with the earlier rev of NBE, and had to go into the offending *.h and add
#include <ctypes> (?). Then the same error would pop up for the next *.h in the list, etc.
There must be a better way to handle this; do I somehow have old *.h's (I just upgraded to Rel23RC7) or do I need to put something in the properties or reorder my includes?
Thanks!
Sam