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

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