Open yodantauber opened 11 years ago
I'm adding a CharacterSet pivot to the default template:
CharacterSet {
key : "CharacterSet";
choices: { MultiByte, Unicode };
};
with that, you can use Multibyte
and Unicode
in a pivot.
G
Works! Thanks :) (2.4.199.0)
I get the fiollowing error:
Write-NuGetPackage : Unmatched configuration choice 'Unicode
latest Beta 1.23.521.0
I believe you need the latest dev version:
update-coapptools –Development -killallpowershells
Many C++ libraries have separate project configurations for ANSI/Unicode/Multibyte character sets. I think it would be useful to be able to create conditions based on the project character set out-of-the-box.
If I understand correctly, the _UNICODE and _MBCS defines are to be used to detect the character set.