home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / forms / form2.cmm next >
Encoding:
Text File  |  1988-05-03  |  1.3 KB  |  45 lines

  1.  
  2.  
  3.                      Comments on Porting
  4.                           Formgen
  5.                by TI
  6.                          to DEC Ada
  7.  
  8.                                                            Tool 8_3
  9.                                                            Tool 8_5
  10.                                June 1, 1985
  11.  
  12. COMPILATION
  13. -----------
  14.  
  15.   The Screen Generator and Forms Generator were delivered as one tool 
  16.   called Formgen.
  17.  
  18.   A VMS command file was created from the ordered list of compilation
  19.   units provided in FORMGEN_CMP.DIS.
  20.  
  21.   FORMGEN is dependent on the packages in VIRTERM, another tool developed 
  22.   by TI.  We were able to compile FORMGEN after making the packages in
  23.   VIRTERM visible and afer deleting references to the Data General
  24.   supplied package CURRENT_EXCEPTION.  References to the pragma MAIN
  25.   were also eliminated.
  26.  
  27.  
  28.  
  29. EXECUTION
  30. ---------
  31.   The interactive form generator INTERACT was linked.  Upon execution
  32.   however, the program looped infinitely.  This looping is most probably 
  33.   due to the fact that host dependencies in the SYSDEP_BODY.ADA file in 
  34.   VIRTERM were not rewritten.
  35.  
  36.  
  37.  
  38. COMMENT
  39. -------
  40.   The relationship between FORMGEN and VIRTERM should be clarified.  It
  41.   should be stated which subset of VIRTERM (if it is a subset) is needed.
  42.   Consideration should be given to including VIRTERM source as part of
  43.   FORMGEN.
  44.  
  45.