I need to build application that could run on windows XP. Is it possible set Visual C++ somehow to change Windows SDK version? How to get separate Windows XP SDK?
Seting Platform Toolset to Visual Studio 2012 - Windows XP (v110_xp) didn't helped because I got error unresolved external symbol _CLSID_WICImagingFactory1 that I suppose is related to SDK non compatibility
This happens when I link MFC statically.