On a Windows 7 machine I use ifort to create a simple 32 bit hello world program.
It runs fine on Windows 7. The GNU file program gives this description:
hello.exe: PE32 executable for MS Windows (console) Intel 80386 32-bit
But when I try to run that same hello.exe progrram on a 32 bit Windows XP machine the OS complains that it's not a valid 32 bit executable.
So what do I have to do to get executable that will run on a 32 bit Windows XP machine?