home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / C / WCE / WCE.DOC < prev    next >
Text File  |  1993-12-01  |  8KB  |  211 lines

  1.  
  2. Windows C Editor(TM) Version 2.00
  3.  
  4. Windows C Editor(TM) Copyright (C) 1992 Tom DeCillis - All Rights Reserved
  5.  
  6. New version features:
  7.    - Search/Replace
  8.    - Background compilation of programs
  9.    - Minor compatibility problems
  10.  
  11. Contents:
  12.  
  13.   1. Shareware Evaluation Version Information
  14.   2. Overview
  15.   3. Toolbar Functions
  16.   4. Support and questions
  17.   5. Installation and System Requirements
  18.  
  19. 1. Shareware Information
  20.  
  21. Windows C Editor is distributed as Shareware.  This means that users are
  22. encouraged, subject to restrictions described in the License Agreement,
  23. to share copies of this program with friends, associates and bulletin
  24. boards.  Please remember that if you use this software you are required
  25. to pay the registration fee of $35 as described in the License Agreement.
  26.  
  27. 2. Overview
  28.  
  29. WCE(TM) is a programming shell for Windows and Windows program
  30. development.  It provides an intuitive tool bar and click SAA/CUA
  31. compliant interface that lets you edit, run and compile all the 
  32. necessary parts of a Windows application using the Microsoft 
  33. Windows SDK.
  34.  
  35. Because the Windows SDK is basically a DOS oriented development 
  36. package, WCE was written to allow for Windows development of 
  37. SDK applications.
  38.  
  39. The following is a list of options that currently reside on the ribbon toolbar:
  40.  
  41.     * File Load (*.C)
  42.     * File Save 
  43.     * File Print
  44.     * H (File Load *.H)
  45.     * DEF (File Load *.DEF)
  46.     * MAKE (File Load *.)
  47.     * RC (File Load *.RC)
  48.     * Error Viewing
  49.     * Compilation
  50.     * Program Execution
  51.     * Cut
  52.     * Copy
  53.     * Paste
  54.     * Postem
  55.  
  56. Some of these options are also contained in the pulldown menus located 
  57. above the toolbar.
  58.  
  59. The Postem(TM) toolbar option is a unique new feature to the 
  60. programming development arena.  It allows for quick posting of 
  61. reminder notes during program development.  Simply press the
  62. Postem button, located on the toolbar, and a blank postem will appear
  63. on your screen.  You can type up to eight lines of text to remind 
  64. yourself of something that you must do in another part of code.  
  65. The Postem's  can be deleted by pressing the trash can button 
  66. on the Postem toolbar or minimized for later viewing.
  67.  
  68. Due to the ease of use of WCE I felt it unnecessary to produce on-line
  69. help with this version.
  70.  
  71. 3. Toolbar Functions
  72.  
  73. The toolbar has a host of user functions, all of which are the primary
  74. items for use in developing Windows applications.  This section will
  75. discuss each button in detail for you.
  76.  
  77.     * File Load -  This is the first button on the left side of the 
  78.       toolbar.   This is the main source of loading 'C' files 
  79.       (except for the menu).   After pressing this button a 
  80.       dialog box will appear with displaying  your C files.  
  81.       Select one to edit.
  82.  
  83.     * File Save - This is the second button in from the left side of the 
  84.       toolbar.  This button allows you to save any active file (you can
  85.       also use the save/save as option in the pulldown menus).
  86.  
  87.     * File Print - This is the third button in from the left side of the 
  88.       toolbar.  Printing of the current file is possible with this 
  89.       button.  Printer defaults along with printing can be found 
  90.       in the menu  pulldowns.
  91.  
  92.     * H - This is the fourth button in from the left side of the 
  93.       toolbar.  This is the file load button for all 'H' filetype files.
  94.       Pressing this button displays all of the available 'H' files 
  95.       to edit.
  96.  
  97.     * DEF - This is the fifth button in from the left side of the 
  98.       toolbar.  This is the file load button for all 'DEF' filetype 
  99.       files.  Pressing this button displays all available 'DEF' files 
  100.       to edit.
  101.  
  102.     * MAKE -  This is the sixth button in from the left side of the 
  103.       toolbar.  This is the file load button for all make files.
  104.  
  105.     * RC - This is the seventh button in from the left side of the 
  106.       toolbar.  Pressing this button displays all resource script 
  107.       filetypes to edit.
  108.  
  109.     * Error - This is the eighth button in from the left side of the 
  110.       toolbar.  After compilation you can press this button to 
  111.       display the errors that may have been found in your source files.
  112.  
  113.     * Compilation - This is the ninth button in from the left side of 
  114.       the toolbar.  After pressing this button a dialog box will ask for 
  115.       the make file you would like to use to compile your source code.
  116.       Program compilation will be done in the background, so that editing
  117.       of your code can still be facilitated by you.
  118.  
  119.     * Program Execution - This is the tenth button in from the left side
  120.       of the toolbar.  This function allows you to execute 
  121.       NON-WINDOWS applications.  At release time this function 
  122.       does not allow for WINDOWS program execution.
  123.  
  124.     * Cut/Copy/Paste - These are buttons 11-13 from the left side of
  125.       the toolbar.  These functions allow you to cut/copy & paste 
  126.       portions of files together.
  127.  
  128.     * Postem -  This is the fourteenth button from the left side of the
  129.       toolbar.  This function will bring up a Postem note for use in
  130.       jotting down information needed for later use.  Simply press
  131.       the trash can when you want to delete the note.
  132.  
  133. 4. Support and questions
  134.  
  135. Technical support is available at no charge by sending electronic mail
  136. to 70563,36 on CompuServe, to GUMBY85405 on AOL, or by sending 
  137. US Mail to Tom DeCillis, 3803 La Jara, Long Beach, CA 90805.  
  138. Registered users only please.
  139.  
  140. When reporting problems with Windows C Editor, please include the following
  141. information:
  142.  
  143.   1) Did the problem occur when running Windows in Enhanced, Standard, 
  144.      or Real mode?  You can determine which mode is active by choosing 
  145.      About in  the Program Manager's Help pull-down menu.
  146.  
  147.   2) If a dialog box with an error message was displayed, please include
  148.      the text of the message.
  149.  
  150.   3) What other applications, if any, were running at the time.
  151.  
  152. 5. Installation and System Requirements
  153.  
  154.  System Requirements:
  155.  
  156. - Windows 3.0 or later.
  157.  
  158. - Microsoft Windows SDK for version 3.0
  159.  
  160. Windows C Editor-related files are:
  161.  
  162. - LICENSE.DOC    License Agreement/Warranty
  163. - WCE.DOC        this document
  164. - WCE.EXE        required executable
  165. - ORDER.DOC      order form
  166. - WCECOMP.PIF    Windows Pif file
  167. - WCECOMP.BAT    Compilation batch file
  168.  
  169. Installation:
  170.  
  171. 1) If you already have installed a previous version of WCE, backup
  172. and delete all files in your WCE directory.  Otherwise create a
  173. directory to hold the WCE related files.  For example, "C:\WCE".
  174.  
  175. 2) Copy all WCE-related files to this directory. 
  176.  
  177. 3) Run Windows Setup to install the ICON on your Program Manager
  178.  
  179. 4) Edit WCECOMP.PIF 's  Start-up Directory using Pifedit.  The 
  180. directory should be whatever directory you use for program 
  181. development.
  182.   
  183.  5) Copy WCECOMP.PIF & WCECOMP.BAT to the directory that 
  184.  contains the make file for the program you are developing.
  185.  
  186. Running WCE:
  187.  
  188. 1) Run WCE.EXE.  If Windows is not loaded, issue the WIN command, and
  189. specify the full pathname to WCE.EXE.  For example, if you copied the
  190. WCE related files into a directory named C:\WCE, issue the
  191. following command from the DOS prompt:
  192.  
  193.         WIN C:\WCE\WCE.EXE
  194.  
  195. Alternately, if you are already running Windows, simply double click on
  196. the WCE.EXE entry in the File Manager.  If you are not familiar with
  197. the File Manager, you can instead follow these four steps to run WCE
  198. for the first time:
  199.  
  200.   a. Activate the Program Manager.
  201.  
  202.   b. Choose Run... from the File menu.  The Run dialog box appears.
  203.  
  204.   c. Type the full filename of WCE.EXE in the Command Line text box.
  205.   For example, C:\WCE\WCE.EXE
  206.  
  207.   d. Choose OK.
  208.  
  209. 2) Simply double click on the ICON in Program Manager.
  210.  
  211.