/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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top