Until recently I did my Intel Fortran development on a 32-bit Windows XP machine, and I regularly produced both Win32 and x64 versions of my application, which ran just fine on both architectures.
I have now moved my development onto a 64-bit machine running Windows 7 Home Premium.
My application builds OK (using Visual Studio Professional 2013) for both x64 and Win32, but the Win32 version will not run on 32-bit machines.
To simplify matters I have built the standard console "Hello World" program and I get the same problems.
On a 32-bit Windows XP machine it complains that "HelloWorld.exe is not a valid Win32 application".
On a 32-bit Windows Vista Ultimate (SP2) machine it just hangs.
Can anyone help?
Thanks and Merry Christmas