I try to run a .exe on a XP 32bits computer. I use Visual Studio 2012 on a Windows 7 64bits.
I got a message " **.exe is not a valid win32 application.
So, it's because I have compiled the program in 64bits.
I try to change the platform target in my project properties, but I have only "Win32, ARM and x64"
Win32 = x86 ?
Why I have not x86 platform on the list ?
A screenshot :
I'm sorry for my bad english...
Thank you in advance.
EDIT : Ok, Win32 == x86, so why when I compile in Win32, I get the message "**.exe is not a valid win32 application." on a 32bits win XP ?