I have a 32-bit exe file compiled with Turbo Pascal. I need to run it. It worked well when I had 32-bit Windows 7, but now I am on a 64-bit version of Windows 7 and I get the following exception:
The specified executable file is not a valid application for this OS platform.
To make sure that it works on 32-bit systems, I launched the C # program on a 32-bit platform - it works.
So, how can I run a 32-bit exe file on a 64-bit OS?
thank
source
share