VSO/VSTS and MBCS

44 Views Asked by At

I have an old VS2013 solution (20s C++ and C# projects) that need to be migrate to Visual Studio Team Services (VSTS). Unfortunately, some of the projects use mutibyte character set (MBCS). I used VSTS hosted build, but it failed with the error below:

Building an MFC project for a non-Unicode character set is deprecated. You must change the project property to Unicode or download an additional library.

Changing to Unicode will require modifying a whole bunch of projects (and some dll/lib that we don't event have the source code) and so is not very feasible.
I just wonder is there any way to add MBCS support to the build process?

0

There are 0 best solutions below