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

  1.  
  2. SOFT.CLIP is a library of applications and functions which is written
  3. entirely in Clipper, therefore it is not necessary to link any SOFT.CLIP
  4. modules into an engine.  The entire SOFT.CLIP system can be run from a
  5. dynamic library.
  6.  
  7. How to create a dynamic library for SOFT.CLIP Version 2.1
  8. ----------------------------------------------------------
  9.  
  10. 1.  Create a directory on your hard disk named \SCLIPDLB
  11.  
  12. 2.  Copy all the source code files from the SOFT.CLIP distribution
  13.     disks into the \SCLIPDLB directory.  The SOFT.CLIP source code is
  14.     contained in a file named SOURCE.EXE on the master distribution disk and
  15.     is extracted by running the SOURCE.EXE program.
  16.  
  17. 3.  Compile each source file using the -m -l option.  You may use the
  18.     SCLIPCL.BAT file to accomplish this.
  19.  
  20. 4.  Build the SCLIP.DLB dynamic library by running the SCLIPDLB.BAT
  21.     file.  This will use the SCLIP, SCLIP.SCA and SCLIP.APP files supplied
  22.     with this distribution to create an "optimized" version of the
  23.     SOFT.CLIP library.
  24.  
  25. 5.  Use the command LIB \SCLIPDLB\SCLIP from the DCLIP dot prompt followed
  26.     by DO SOFTCLIP to run the SOFT.CLIP program.
  27.  
  28. 6.  Use the function LIBLOAD('\SCLIPDLB\SCLIP') from your applications
  29.     to load the SOFT.CLIP dynamic library.
  30.