home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a076 / 3.img / DCLIPDEV / NDX.ZIP / NDX.DOC < prev   
Encoding:
Text File  |  1989-07-04  |  640 b   |  27 lines

  1.  
  2.  
  3. How to create a DCLIP Developer's Engine compatible with dBASE .ndx files
  4. --------------------------------------------------------------------------
  5.  
  6. 1. Compile the file DCLIPNDX.PRG as follows:
  7.  
  8.    CLIPPER DCLIPNDX -m -l
  9.  
  10. 2. Build the DCLIPNDX.EXE Engine as follows:
  11.  
  12.    PLINK86 @DCLIPNDX
  13.  
  14.  
  15. How to create a DCLIPRUN Runtime Engine for compatible with dBASE .ndx files
  16. ----------------------------------------------------------------------------
  17.  
  18. 1. Compile the file DCRUNTR.PRG as follows:
  19.  
  20.    CLIPPER DCRUNNDX -m -l
  21.  
  22. 2. Build the DCRUNNDX.EXE Engine as follows:
  23.  
  24.    PLINK86 @DCRUNNDX
  25.  
  26.  
  27.