/D "_UNICODE" /D "UNICODE" showing in command line but not in preprocessordefinitions??

  • Thread starter Thread starter Bruce
  • Start date Start date
B

Bruce

I am trying to compile my project but it is compiling for Unicode. I
checked the preprocessor definitions and there is no UNICODE reference
but I see /D "_UNICODE" /D "UNICODE" in the command line.

I even tried clearing all of the preprocessor definitions and the /D
"_UNICODE" /D "UNICODE" entry in the command line still remain.

How do I clear this?
 
I am trying to compile my project but it is compiling for Unicode. I
checked the preprocessor definitions and there is no UNICODE reference
but I see /D "_UNICODE" /D "UNICODE" in the command line.

I even tried clearing all of the preprocessor definitions and the /D
"_UNICODE" /D "UNICODE" entry in the command line still remain.

How do I clear this?

Select the desired "Character Set" in Project Properties, "General"
category.
 
Back
Top