
To access functions in a FoxPro Link Library (FLL) you must use the SET LIBRARY command in your application.
SET LIBRARY TO SYS(2004) + "CIAXCOM.FLL" ADDITIVE |
When you use the SET LIBRARY command it is useful to use the SYS(2004) function to return the FoxPro Start Directory.
| Note: If the library is not in the FoxPro Start Directory you must specify the path. |
Here is an example that gives a specific path;
SET LIBRARY TO "C:\JITFOX\CIAXCOM.FLL" ADDITIVE |
|
Copyright © 2000 CIA (BAR CODES) UK. All rights reserved. Reproduction prohibited. |