Jack
2007-05-11 15:00:44 UTC
Hi,
In case I have the following
#define TRUE 1
#define FALSE 0
when I probe a variable, I don't see 'TRUE' or 'FALSE' but just 1 and 0
Is it possible to display TRUE or FALSE rather than 1 and 0/ also in
watches, locals and autos etc?
.NET 2002 Native C++ thanks
In case I have the following
#define TRUE 1
#define FALSE 0
when I probe a variable, I don't see 'TRUE' or 'FALSE' but just 1 and 0
Is it possible to display TRUE or FALSE rather than 1 and 0/ also in
watches, locals and autos etc?
.NET 2002 Native C++ thanks