Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
I installed VS 2012, and am running a build. I get a message that it cant find the following.
The builds tools for v110_xp (Platform Toolset = 'v110_xp') cannot be found. To build using the v110_xp build tools, either click the Project menu or right-click the solution, and then select "Update VC++ Projects...". Install v110_xp to build using the v110_xp build tools.
Neither of these options in the error message instructions seem available to me. How do I get the v110_xp?
Solved! Go to Solution.
We didn't compile explicit for Windows XP.
Inside Help documentation ist the explicit warning that you need to install WS 2012 Update 1 to get explicit Windows XP support.
https://msdn.microsoft.com/de-de/library/jj851139(v=vs.110).aspx
Br,
Eike
We didn't compile explicit for Windows XP.
Inside Help documentation ist the explicit warning that you need to install WS 2012 Update 1 to get explicit Windows XP support.
https://msdn.microsoft.com/de-de/library/jj851139(v=vs.110).aspx
Br,
Eike
Thanks Eike, I applied update 4. Seemes to have helped.