Running Foxpro EXE

Executable built by Visual Foxpro V9 requires 2003 Microsoft Visual C++ Runtime DLL msvcr71.dll.  The is problem can be resolved by copying msvcr71.dll into the same directory as the executable.  Note, if the DLL was missing from the OS in the first place, do not copy msvcr71.dll into the windows/system32 directory.  For some reason, the executable won’t be able to find it.

The guide line for different version of the C++ runtime environment is here:  https://support.microsoft.com/en-us/help/326922/redistribution-of-the-shared-c-runtime-component-in-visual-c

Copy vfp9r.dll and VFP9RENU.DLL in the same directory as well. This will resolve error regarding Foxpro support library not found. These files can be found in c:\program files\common files\microsoft share\VFP in the machine where you have VFP installed.