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

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -