I'm trying to compile an exe for my old windows machine, but i'm having a problem with the latest version of Visual studios.
Iv set it to win32 application.
Iv set the platform toolset to: Visual Studio 2015 - Windows XP (v140_xp)
I have the windows XP support for c++ installed.
My runtime library is: Multi-threaded Debug (/MTd)
My additional library directory is set to: "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\lib;"
Installed the MSVC 2015 C++ redis. on target machine.
Still says its an invalid win32 application.
Target platform: "Window embedded standard, Service pack 3"
After seeing: This post I'm going to try and custom install visual studios 2012 for just its c++ for XP so I can tell it to build with that compiler.
Is this just because of the new changes to the Windows SDK being difficult with windows xp, or is this something to do with it being embedded standard?