Computing Staff
  • 0

Foxpro On Windows 8 64 Bit

  • 0

I want to run my accounting software from MARGcompusoft [?16 bit]which is a FoxPro based program on my windows 8 64 bit. It is not starting up because of compatibility issue.Can you help me?

Share

1 Answer

  1. As ijack pointed out the one way to run legacy 16 bit software under a 64 bit operating system is to execute it inside a virtual machine. You need however a copy of DOS as guest system so if you want a no cost solution here the steps to follow:

    1) Download and install MS Virtual PC from Microsoft site (or the open source VirtualBox).
    2) Download and install FreeDOS (see FreeDOS site) the free open source DOS clone fully compatable with MS DOS and even better.
    3) Install and run your legacy 16 bit application inside the virtual machine you setup.

    Don’t fear, the process is easier than you think and the result is worth to try.
    • 0