home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / CPE11.ZIP / CPE.DOC next >
Encoding:
Text File  |  1988-03-02  |  5.5 KB  |  120 lines

  1.                    Clipper Progaming Environment Version 1.1
  2.                    Copyright (c) 1987, Pedro P. Polakoff III
  3.  
  4.  
  5.       This software is NOT PUBLIC DOMAIN, the author retains all rights to
  6.     this software and grants a limited license to the end user under the
  7.     following terms and conditions;
  8.  
  9.     1. This software may not be distributed by any person(s) or entity(s)
  10.     other than the author.
  11.  
  12.     2. This software may not be duplicated by any person(s) or entity(s)
  13.     other than registered owners of the software. Duplication by registered
  14.     owners is limited to the practice of software backup and archiving
  15.     only.
  16.  
  17.     3. The author's copyright information and the software itself is not
  18.     altered in any manner from it's original form.
  19.  
  20.  
  21.  
  22.     SYSTEM REQUIREMENTS
  23.  
  24.            IBM PC-XT, AT, or close compatible with 256K RAM
  25.            Color or Mono Graphics Adapter
  26.            Clipper Compiler
  27.            Text Editor   (Your Preference)
  28.  
  29.  
  30.     PURPOSE AND DESCRIPTION
  31.  
  32.       CPE provides the Clipper programmer with an integrated work
  33.     environment from which Clipper programs can be edited, compiled,
  34.     linked, tested, and debugged from fast easy to use pulldown menus. The
  35.     general feel of CPE is similar to the User Interface of Borland's Turbo
  36.     C & Turbo Pascal Version 4.0 integrated system.
  37.  
  38.  
  39.     INSTALLATION
  40.  
  41.       CPE should be installed along with it's companion Make Utility, CMAKE,
  42.     in a directory that is in your system's search path. The Ideal working
  43.     environment for CPE is for it and CMAKE to be placed into the same
  44.     directory as the Clipper Compiler, and to have your path set to access
  45.     that directory automatically. For Example, if you have Clipper installed
  46.     in your system under a directory called "CLIPPER" and your Path statement
  47.     in your autoexec.BAT file reads  "path = c:;c:\;c:\clipper;" you would
  48.     be best to copy CPE.EXE and CMAKE.EXE into that same directory.
  49.  
  50.     STARTING CPE
  51.  
  52.       CPE will default into Color mode when started up. You may switch it into
  53.     Black & White (Mono) by the use of a command line switch. Following are
  54.     the commands to start CPE;
  55.  
  56.                    Start in Color Mode:    CPE <enter>
  57.                    Start in Mono Mode:     CPE /bw <enter>
  58.  
  59.     Users of a Mouse may invoke Keyboard emulation before installing CPE and
  60.     then use the mouse to control all CPE menus and commands.
  61.  
  62.  
  63.     USAGE & FUNCTION
  64.  
  65.       CPE will maintain it's main menu on the top line of the screen. Each
  66.     of the Main Menu selections will activate a specialized pulldown menu,
  67.     from which the many secondary functions are activated. Menu Selection is
  68.     performed by either cursor movement and the pressing of the enter key, or
  69.     by pressing the single letter that is highlighted in the command line.
  70.     Pressing the ESCAPE key will step backwards through the selected menu's or
  71.     pulldowns. Pressing the ESCAPE key at the main CPE menu will exit CPE to
  72.     DOS.
  73.  
  74.       CPE is designed to support a debugging utility of your choice, a printing
  75.     utility, and an optional utility. To use these utilities from CPE you will
  76.     have to provide CPE with the information about them. CPE will locate any
  77.     utility program by Name and extent if it is in your search path. If a
  78.     utility is not in your search path, you must provide CPE with the full path
  79.     and utility name for it to find and execute the utility. Setting the
  80.     utility names and paths is done from the Main menu selection "Options". On
  81.     it's initial startup CPE will search for the Clipper Compiler and it's
  82.     Make utility MAKE.EXE. It will also search for the Nantucket supplied
  83.     linker PLINK86.
  84.  
  85.       CPE supports two types of Linker Command format. The first is the PLINK86
  86.     format of "PLINK86  FI <Files> LIB <Librarys> OUTPUT <exe File>" and the
  87.     second is the standard Linker format of "LINK <obj file>,<Exe File>,,<Lib>"
  88.     Should you decide to use a faster linker such as TLINK.EXE from Borland, CPE
  89.     will automatically output the commands to it in the form it is expecting
  90.     to receive its commands in. Linker output is only processed by CPE itself
  91.     when the single link command is invoked from the "Compile" menu.
  92.  
  93.       The "Project" menu allows you to edit the Project name and also the
  94.     associated make and link files for the project. The Make file is named
  95.     <Project Name>.MAK and the Link file is named <Project Name>.LNK. These
  96.     naming conventions are very important when editing your makefile and it's
  97.     use of macros to access the associated link file.
  98.  
  99.     SUPPORT & PURCHASE
  100.  
  101.       If you choose to use CPE for a period of more than 30 Days then you
  102.    should purchase it and become a registered owner. Now you might think to
  103.    yourself "Why should I register and Pay for a piece of software that I
  104.    already have in my possession?"  For you I have this Answer...
  105.    CPE is much more powerfull then this meager documentation tells you. If you
  106.    want future revisions and the full scoop on CPE  BUY IT!
  107.  
  108.       The minimal purchase price of $20.00 is quite a bargain when you consider
  109.    the average salary of a programmer and the time that CPE can save in those
  110.    long hard projects. To Purchase your copy and receive phone support and
  111.    complete documentation, send check or money order to:
  112.  
  113.                       Pedro P. Polakoff III
  114.                       1827 Kendrick Street
  115.                       Philadelphia, Pa. 19152-1829
  116.  
  117.  
  118.  
  119.  
  120.