Many developers like me tend to write code in ANSI compilation till we managed to get our hands on Visual Studio 2005 where the default setting is Unicode compilation and so you may need to be using the _T() / TEXT like function and if you are aware of them your life could become hell.
So here is how to change that.
Go to Project Menu and select <Project Name> Properties.
Then Select the Configuration Properties in the Left Tree Menu

You will see there Character Set and change that to Not Set.
Hurray you are done.








{ 4 comments… read them below or add one }
thanks for the tip
The pleasure is all mine
thanks for the tip
The pleasure is all mine