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...
Things I have tried :
- I've installed updates to the VS - Update 4, and choose in the Platform Toolset
- Visual Studio 2012 - Windows XP (v110_xp)
, yet I still get the same error...
Thanks!