home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a076 / 3.img / DCLIPDEV / IDL.ZIP / IDL.DOC < prev   
Encoding:
Text File  |  1989-06-08  |  1.0 KB  |  44 lines

  1.  
  2. Using dCLIP with the IDL library
  3. ---------------------------------
  4.  
  5. IDL is a library written in ASM for Clipper. 
  6.  
  7. The IDL.LIB library must be listed in the LIB list AFTER the EXTEND.LIB
  8. library.
  9.  
  10. See the DCLIPIDL.LNK and DCRUNIDL.LNK files for examples of how to use
  11. IDL with dCLIP.
  12.  
  13.  
  14. How to create a DCLIP Developer's Engine for IDL
  15. -------------------------------------------------
  16.  
  17. 1. Declare the EXTERNALS for the desired functions from the IDL.LIB
  18.    in the DCLIPIDL.PRG file.
  19.  
  20. 2. Compile the file DCLIPIDL.PRG as follows:
  21.  
  22.    CLIPPER DCLIPIDL -m -l
  23.  
  24. 3. Build the DCLIPIDL.EXE Engine as follows:
  25.  
  26.    PLINK86 @DCLIPIDL
  27.  
  28.  
  29. How to create a DCLIPRUN Runtime Engine for IDL
  30. ------------------------------------------------
  31.  
  32. 1. Declare the EXTERNALS for the desired functions from the IDL.LIB
  33.    in the DCRUNIDL.PRG file.
  34.  
  35. 2. Compile the file DCRUNIDL.PRG as follows:
  36.  
  37.    CLIPPER DCRUNIDL -m -l
  38.  
  39. 2. Build the DCRUNIDL.EXE Engine as follows:
  40.  
  41.    PLINK86 @DCRUNIDL
  42.  
  43.  
  44.