home *** CD-ROM | disk | FTP | other *** search
-
-
- How to create a DCLIP Developer's Engine compatible with dBASE .ndx files
- --------------------------------------------------------------------------
-
- 1. Compile the file DCLIPNDX.PRG as follows:
-
- CLIPPER DCLIPNDX -m -l
-
- 2. Build the DCLIPNDX.EXE Engine as follows:
-
- PLINK86 @DCLIPNDX
-
-
- How to create a DCLIPRUN Runtime Engine for compatible with dBASE .ndx files
- ----------------------------------------------------------------------------
-
- 1. Compile the file DCRUNTR.PRG as follows:
-
- CLIPPER DCRUNNDX -m -l
-
- 2. Build the DCRUNNDX.EXE Engine as follows:
-
- PLINK86 @DCRUNNDX
-
-