Releasing a c++ program

I've built a program in my Win7 64BIT in C++, and I want to share it with my Windows XP 32 bit computer.

When I run the release build in my Windows XP, it says invalid win32 application..

but when I'm in the Project Configurator, theres a marker on the "Platform - Win32", so I have no idea why am I getting this error..

the EXE works perfectly at my computer..


By the way, the windows XP does not have Visual Studio or any other similar program installed...
Last edited on
The problem might be the platform toolset. From VS2012 on you need to explicitely allow XP.

See for example:

http://stackoverflow.com/questions/15453629/use-visual-studio-2012-and-compile-with-older-platform-toolset
The toolset is set to V110 Windows XP...
Topic archived. No new replies allowed.