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?

Signature
Bruce E. Stemplewski
GarXface OCX and C++ Class Library for the Garmin GPS
www.stempsoft.com
>I am trying to compile my project but it is compiling for Unicode. I
>checked the preprocessor definitions and there is no UNICODE reference
[quoted text clipped - 4 lines]
>
>How do I clear this?
Select the desired "Character Set" in Project Properties, "General"
category.

Signature
Doug Harrison
Visual C++ MVP
Bruce - 28 Dec 2006 01:55 GMT
>> I am trying to compile my project but it is compiling for Unicode. I
>> checked the preprocessor definitions and there is no UNICODE reference
[quoted text clipped - 7 lines]
> Select the desired "Character Set" in Project Properties, "General"
> category.
That was it! I must be blind. :) Thanks!

Signature
Bruce E. Stemplewski
GarXface OCX and C++ Class Library for the Garmin GPS
www.stempsoft.com