home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / programming / misc / ada1110b.lha / Readme.Release < prev    next >
Encoding:
Text File  |  1993-09-15  |  1.6 KB  |  42 lines

  1. AdaEd Amiga Release 1.11.0b
  2. ---------------------------
  3.  
  4. Since the first release of my port of AdaEd, I received feedback from a
  5. user regarding the failing of AdaEd on a 68000 amiga.
  6.  
  7. This release fixes this very serious bug.
  8.  
  9. This version of AdaEd was compiled from version 1.11.0a, however, I have
  10. moved the version letter up for the purposes of upload.
  11.  
  12. NOTES FOR USING ADAED AMIGA
  13. ---------------------------
  14.  
  15. - Re-compiling a module of source into a library will not necessarily
  16.   properly update the library and hence either the compile or bind
  17.   will fail.  If your re-compiles start failing for no good reason,
  18.   remove the entire old compiled directory and recompile.
  19.  
  20. - While waiting for input from the keyboard device, CTRL-C will not
  21.   break the ada task.  This is an unfortunate side affect of using the
  22.   ixemul.library.  The patch-up-solution to this problem is to open
  23.   a second CLI and use the "break" command on the task number given
  24.   by "status" for adaexec.
  25.  
  26. - The "Adacomp" command will not operate when using "ixemul.trace".
  27.   If you wish to trace the operation of the compiler, compile using
  28.   "adacomp -v" and take note of each stage that is executed as well
  29.   as the parameters to each command.  Then install the ixemul.trace
  30.   library and run each compiler step manually.
  31.  
  32. - This compiler has been tested most thoroughly with version 39.45
  33.   of the ixemul.library.  The new release of ixemul.library 39.47
  34.   seems to work, however, if you have a problem with the compiler
  35.   while using this version of the library, try moving down to 39.45
  36.   first.
  37.  
  38. GOOD LUCK!
  39.  
  40. Dylan Kucera
  41. djkucera@undergrad.math.uwaterloo.ca
  42.