home *** CD-ROM | disk | FTP | other *** search
-
- Using dCLIP with the GET-IT library
- ------------------------------------
-
- GET-IT is a library written in ASM for Clipper.
-
- The N_ONTICK and N_ONSHIFT functions are used in the dCLIP program
- therefore these functions are already provided in the DCLIPDEV.LIB library.
- If you are using a newer version of GET-IT or want to use additional
- functions from the library you must build a new .EXE with the files
- provided.
-
- The GETIT.LIB library must be listed in the LIB list BEFORE the DCLIPDEV.LIB
- library.
-
- See the DCLIPGET.LNK and DCRUNGET.LNK files for examples of how to use
- GET-IT with dCLIP.
-
-
- How to create a DCLIP Developer's Engine for GET-IT
- ---------------------------------------------------
-
- 1. Declare the EXTERNALS for the desired functions from the GETIT.LIB
- in the DCLIPGET.PRG file.
-
- 2. Compile the file DCLIPGET.PRG as follows:
-
- CLIPPER DCLIPGET -m -l
-
- 3. Build the DCLIPGET.EXE Engine as follows:
-
- PLINK86 @DCLIPGET
-
-
- How to create a DCLIPRUN Runtime Engine for GET-IT
- ---------------------------------------------------
-
- 1. Declare the EXTERNALS for the desired functions from the GETIT.LIB
- in the DCRUNGET.PRG file.
-
- 2. Compile the file DCRUNGET.PRG as follows:
-
- CLIPPER DCRUNGET -m -l
-
- 2. Build the DCRUNGET.EXE Engine as follows:
-
- PLINK86 @DCRUNGET
-
-
-