From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=BAYES_40,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!watmath!att!ucbvax!TNTECH.BITNET!WSR5672 From: WSR5672@TNTECH.BITNET Newsgroups: comp.lang.ada Subject: Telesoft Ada vs. VAX Ada Message-ID: <8911170420.AA20843@ajpo.sei.cmu.edu> Date: 16 Nov 89 21:38:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet List-Id: 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 ----------------------------------------------------------------------------