Removing "Unicode Support" Property sheet from release build

Hi there

I've got a nice little project that was originally in VC6 and I've upgraded to VS05.

Does anyone know how to remove the (automatically added) "Unicode Support" property sheet from the release build

I'm sure this must be a bug since it isn't added in the debug build.

Currently I can specifically undefine UNICODE in stdafx.h but thats not the point.

Anyone managed to fix this

Regards

Jero




Answer this question

Removing "Unicode Support" Property sheet from release build

  • anand_vsd

    Ah ok. thanks for that.

    You'd think I would've seen it, the number of times I went through the project settings.



  • Sean McLeod

    change the value of the "Character Set" property on the project's "General" property page (for the release configuration, obviously).

    the properties on the "General" page set/un-set the built-in property sheets.

    hth,

    josh

    VC++ project system developer



  • Removing "Unicode Support" Property sheet from release build