I have few installer executables which are 32 bit versions. When i tried to install those programs by executing on Windows-7 OS, it gave following error:
The version of this file is not compatible with the version of windows you are running. Check you computer's system information to see if u need a x86(32-bit) or x64(64-bit) version of the program.
Does this mean older 32 bit version executables cannot run on Windows-7 64 bit OS?
How can i get older 32 bit version executables running on Windows-7?
If i generate some executable by compiling a C file using MS-VS2005 on a Windows-7 64 bit system, what version that generated executable would be, 32 bit or 64 bit?
Thanks,
-AD