Hello,
A Win32 project is created in VS 2010 and now I need to update the toolset of the project to use VS 2013. I have VS 2013 professional and able to update the platform toolset to use "Visual Studio 2013 (v120)".
The application works well on Win 7 onwards. Tried with Windows XP and has got "(exe path) is not a valid Win32 application." error. So after changing the platform toolset to use "Visual Studio 2013 - Windows XP (v120_xp)" application works well in XP too.
My application uses third party libraries which are updated to use platform toolset to use "Visual Studio 2013 (v120)".
My question is
"Do I need to change the platform toolset for third party libraries to use 'Visual Studio 2013 - Windows XP (v120_xp)' " during compilation?
Please suggest on the same.
Thanks in advance.