c++ - Visual Studio 2015: building with the Windows XP toolset selected still results in "not a valid win32 application" error on XP -
visual studio 2015 supports building c++ programs windows xp. according article configuring c++11 programs windows xp, enabling support matter of selecting appropriate platform toolset in project properties.
this not work in case. simple "hello world" program written in c++ , compiled in visual studio community 2015 (version 14.0.24720.00 update 1) platform toolset set visual studio 2015 - windows xp (v140_xp) , platform set x86/win32 generates generic "[name of executable] not valid win32 application" error when run on windows xp computer.
any suggestions appreciated. i've found number of questions similar issues (like these three), nothing helpful yet.
Comments
Post a Comment