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