Along with the current v120 and v140 platform toolsets, would it be possible to add support for v140_xp as well? This is needed if you want your programs to still be able to run under Windows XP.
Currently if you set your platform to v140_xp in Visual Studio 2015 and try to compile a program that uses libpng, you just get a bunch of png-related unresolved external errors.
Along with the current
v120andv140platform toolsets, would it be possible to add support forv140_xpas well? This is needed if you want your programs to still be able to run under Windows XP.Currently if you set your platform to
v140_xpin Visual Studio 2015 and try to compile a program that uses libpng, you just get a bunch of png-related unresolved external errors.