comp.lang.ada
 help / color / mirror / Atom feed
* Telesoft Ada vs. VAX Ada
@ 1989-11-16 21:38 WSR5672
  0 siblings, 0 replies; only message in thread
From: WSR5672 @ 1989-11-16 21:38 UTC (permalink / raw)


I have been trying out some of the things from simtel20.  I am using the
VAX Ada compiler running VMS. Are there any problems converting Telesoft Ada
under VMS to VAX Ada?  What do the following qualifiers mean?

$ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING

I know the nonotify and source_listing from dealing with VMS, but mpp stuff
doesn't ring any bells.

VAX Ada has to have a library which is managed through ACS.  From the .com
files that I have seen for Telesoft, it must create a library differently
using .cod files.  What exactly does the "cod" stand for????

Comparing the two compilers....which is better VAX Ada or Telesoft?

I have noticed that the VAX Ada does not like

WHEN Numeric_Error =>
     .
     .
     .
It gives the message the Numeric_Error also needs a Constraint_Error.
-----------------------------------
It doesn't even like it when it is stated in programs like this.

WHEN Constraint_Error =>
     .
     .
WHEN Numeric_Error =>

-----------------------------------

I inserted my own fudge factor by doing

WHEN Numeric_Error | Constraint_Error =>
     ..
     ..

This worked fine.

Is there a problem with the compiler, because I have noticed it giving this
error on code that I have gotten ajpo and from simtel20???


-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
        E-mail:                                 US mail:
        wsr5672@tntech.bitnet                   Scott Redmon
                                                910 N. Willow  Apt. T-9
        Tennessee Technological University      Cookeville TN 38501
----------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1989-11-16 21:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1989-11-16 21:38 Telesoft Ada vs. VAX Ada WSR5672

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox