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