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