Normally when you start a project in vc++ 6 , is has two configurations Win32 Relase and Win32 Build.

I have seem some projects with modes like UNICODE Build/Release as well.

Now I can new configuartion by going to Build->Configurations-> Add
but then All I am doing is adding a new name for the same configuration as cannot define the configuration options there.

So how do I define a unicode configuration. DO I have to manually go to project settings and do some stuff.

If yes, some hints will be great.


thanks

Pauli