This does not seem to work though (with VS2015) as I have already done
what they say in:
https://msdn.microsoft.com/en-us/library/dn251007.aspx
"In Visual Studio 2015, the MFC library for multibyte character encoding
(MBCS) is included in the Visual C++ setup components. Visual C++ and
MFC are optional install configurations in Visual Studio setup. To make
sure that MFC is installed, choose *Custom* in setup, and under
*Programming Languages*, make sure that *Visual C++* and *Microsoft
Foundation Classes for C++* are selected."
Seems like they claim it is included in the installation but it does not
work. But I will try more googling about this MBCS library if its there.
The thing is that I do have that MBCS option there but it does not
compile the old MFC non-unicode code.
I googled "MBCS MFC library visual studio 2015 download" and got that
link above.