|
In this way, your program can be used in any directory.
Regarding running away from the VFP environment, you only need to package the runtime file of the corresponding version of VFP with your program.
When packaging, it can be installed in the system directory (System32) or in the same directory as your program.
VFP6 runtime library: vfp6r.dll, vfp6rchs.dll, gdiplus.dll (VFP6RUN.EXE, VFP6R.DLL, VFP6RENU.DLL)
VFP7 runtime library: msvcr70.dll, vfp7r.dll, vfp7rchs.dll, gdiplus.dll, vfp7renu.dll
VFP8 runtime library: msvcr70.dll, vfp8r.dll, vfp8rchs.dll, gdiplus.dll
VFP9 runtime library: msvcr71.dll, vfp9r.dll, vfp9rchs.dll, gdiplus.dll |
|