home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / edit / wp.cmm < prev    next >
Encoding:
Text File  |  1988-05-03  |  1.2 KB  |  31 lines

  1.                         Comments on Porting
  2.                     Microcomputer Word Processor
  3.              by Science Applications International Corporation
  4.                             to DEC Ada
  5.  
  6.                                                      Tool 2_1
  7.                                                      January 28, 1986
  8. COMPILATION
  9. -----------
  10.   Five VMS command files were created from the files COMMONSRC.DIS,
  11.   CRTSRC.DIS, EDITORHLP.DIS, EDITORSRC.DIS, and FORMATSRC.DIS.  The
  12.   correct crt configuration file, obtained from CRTTYPE.SRC, was
  13.   copied into the CRT file as directed in the documentation.  The
  14.   compilation aborted on DWINDOWS due to "use" statements without prior 
  15.   "with" clauses.  This was corrected in DWINDOWS and in WPGLOBAL by
  16.   moving the "use" statements to the declarative region of the package
  17.   as required by the Ada LRM.  Compilation was resumed and an error
  18.   in the next file HCONV was flagged due to an operator not being
  19.   declared for the given operands.  Further debugging/compilation
  20.   was not pursued.
  21.      
  22.      
  23. EXECUTION
  24. ---------
  25.   Execution of the Microcomputer Word Processor package was not attempted.
  26.      
  27. COMMENT
  28. -------
  29.   Documentation included helpful installation procedures.   
  30.  
  31.