home *** CD-ROM | disk | FTP | other *** search
-
- SOFT.CLIP is a library of applications and functions which is written
- entirely in Clipper, therefore it is not necessary to link any SOFT.CLIP
- modules into an engine. The entire SOFT.CLIP system can be run from a
- dynamic library.
-
- How to create a dynamic library for SOFT.CLIP Version 2.1
- ----------------------------------------------------------
-
- 1. Create a directory on your hard disk named \SCLIPDLB
-
- 2. Copy all the source code files from the SOFT.CLIP distribution
- disks into the \SCLIPDLB directory. The SOFT.CLIP source code is
- contained in a file named SOURCE.EXE on the master distribution disk and
- is extracted by running the SOURCE.EXE program.
-
- 3. Compile each source file using the -m -l option. You may use the
- SCLIPCL.BAT file to accomplish this.
-
- 4. Build the SCLIP.DLB dynamic library by running the SCLIPDLB.BAT
- file. This will use the SCLIP, SCLIP.SCA and SCLIP.APP files supplied
- with this distribution to create an "optimized" version of the
- SOFT.CLIP library.
-
- 5. Use the command LIB \SCLIPDLB\SCLIP from the DCLIP dot prompt followed
- by DO SOFTCLIP to run the SOFT.CLIP program.
-
- 6. Use the function LIBLOAD('\SCLIPDLB\SCLIP') from your applications
- to load the SOFT.CLIP dynamic library.