home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a076 / 3.img / DCLIPDEV / PROCLIP.ZIP / PROCLIP.DOC < prev   
Encoding:
Text File  |  1989-06-08  |  1.1 KB  |  44 lines

  1.  
  2. Using dCLIP with the PROCLIP library
  3. -------------------------------------
  4.  
  5. PROCLIP is a library written in ASM for Clipper. 
  6.  
  7. The PROCLIP.LIB library must be listed in the LIB list AFTER the EXTEND.LIB
  8. library.
  9.  
  10. See the DCLIPPRO.LNK and DCRUNPRO.LNK files for examples of how to use
  11. PROCLIP with dCLIP.
  12.  
  13.  
  14. How to create a DCLIP Developer's Engine for PROCLIP
  15. ------------------------------------------------------
  16.  
  17. 1. Declare the EXTERNALS for the desired functions from the PROCLIP.LIB
  18.    in the DCLIPPRO.PRG file.
  19.  
  20. 2. Compile the file DCLIPPRO.PRG as follows:
  21.  
  22.    CLIPPER DCLIPPRO -m -l
  23.  
  24. 3. Build the DCLIPPRO.EXE Engine as follows:
  25.  
  26.    PLINK86 @DCLIPPRO
  27.  
  28.  
  29. How to create a DCLIPRUN Runtime Engine for PROCLIP
  30. ----------------------------------------------------
  31.  
  32. 1. Declare the EXTERNALS for the desired functions from the PROCLIP.LIB
  33.    in the DCRUNPRO.PRG file.
  34.  
  35. 2. Compile the file DCRUNPRO.PRG as follows:
  36.  
  37.    CLIPPER DCRUNPRO -m -l
  38.  
  39. 2. Build the DCRUNPRO.EXE Engine as follows:
  40.  
  41.    PLINK86 @DCRUNPRO
  42.  
  43.  
  44.