home *** CD-ROM | disk | FTP | other *** search
-
- Using dCLIP with Silver Paint library
- --------------------------------------
-
- SWPAINT is a library written in ASM and C for Clipper.
-
- The SWPAINT.LIB library must be listed in the LIB list AFTER the EXTEND.LIB
- library.
-
- See the DCLIPSWP.LNK and DCRUNSWP.LNK files for examples of how to use
- SWPAINT with dCLIP.
-
-
- How to create a DCLIP Developer's Engine for Silver Paint
- ----------------------------------------------------------
-
- 1. Declare the EXTERNALS for the desired functions from the SWPAINT.LIB
- in the DCLIPSWP.PRG file.
-
- 2. Compile the file DCLIPSWP.PRG as follows:
-
- CLIPPER DCLIPSWP -m -l
-
- 3. Build the DCLIPSWP.EXE Engine as follows:
-
- PLINK86 @DCLIPSWP
-
-
- How to create a DCLIPRUN Runtime Engine for Silver Paint
- ---------------------------------------------------------
-
- 1. Declare the EXTERNALS for the desired functions from the SWPAINT.LIB
- in the DCRUNSWP.PRG file.
-
- 2. Compile the file DCRUNSWP.PRG as follows:
-
- CLIPPER DCRUNSWP -m -l
-
- 2. Build the DCRUNSWP.EXE Engine as follows:
-
- PLINK86 @DCRUNSWP
-