How to Install VFP300.ESL in a Distributed ApplicationLast reviewed: August 21, 1996Article ID: Q133246 |
The information in this article applies to:
SUMMARYBy default, the Setup Wizard installs the Visual FoxPro version 3.0 runtime library (VFP300.ESL) in the Windows System directory, instead of the directory where the rest of the application files are installed. For example, when you specify the following in the Setup Wizard:
Step 1: < your Distribution Tree directory >. Step 2: Select the "Visual FoxPro 3.0 Runtime" and "Win32s" check boxes. Step 3 - 6: Fill in the rest of the options. NOTE: In Step 6, you will not see VFP300.ESL listed in the grid. The grid in Step 6 only lists the files that are located in < your Distribution Tree directory >. Step 7: Click Finish.The Setup Wizard automatically copies the compressed version of VFP300.ESL from the \VFP\Distrib directory to your disk images directory. When you run SETUP.EXE from the disk images, it installs VFP300.ESL in the \Windows\System directory. NOTE: The advantage of keeping the VFP300.ESL in the \Windows\System directory is that you can have multiple Visual FoxPro applications sharing a single VFP300.ESL runtime library.
MORE INFORMATIONTo install the runtime library VFP300.ESL into the application directory instead of the \Windows\System subdirectory (which is consistent with FoxPro 2.x Setup Wizard behavior), do the following:
SET LIBRARY TO SYS(2004)+"FOXTOOLS.FLL" ADDITIVEHere FOXTOOLS.FLL is a file in the application directory. This approach does have a disadvantage - each Visual FoxPro application must have its own copy of the runtime library. A better approach to resolving the issue of locating the application directory is to replace all SYS(2004) references with SYS(16). The SYS(16) function returns the application path and at the same time allows you to take advantage of having multiple Visual FoxPro applications sharing a single VFP300.ESL runtime library.
|
Additional reference words: 3.00 VFoxWin ESL
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |