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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6e688afdbf4b6072 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-03-27 14:46:57 PST Path: nntp.gmd.de!dearn!blekul11!ccsdec1.ufsia.ac.be!reks.uia.ac.be!idefix.CS.kuleuven.ac.be! Belgium.EU.net!EU.net!howland.reston.ans.net!news.cac.psu.edu!news.pop.psu.edu!hudson.lm.com!godot.cc.duq.edu!news.duke.edu!news.mathworks.com!news.kei.com!world!blanket.mitre.org!linus.mitre.org!spectre!eachus From: eachus@spectre.mitre.org (Robert I. Eachus) Newsgroups: comp.lang.ada Subject: Re: Calling Ada from C Date: 27 Mar 1995 19:48:07 GMT Organization: The Mitre Corp., Bedford, MA. Message-ID: References: <3kp8il$avh@linus.mitre.org> <3ksanp$bab@theopolis.orl.mmc.com> <1995Mar24.121422.9469@eisner> NNTP-Posting-Host: spectre.mitre.org In-reply-to: kilgallen@eisner.decus.org's message of 24 Mar 95 12:14:22 -0500 Date: 1995-03-27T19:48:07+00:00 List-Id: In article <1995Mar24.121422.9469@eisner> kilgallen@eisner.decus.org (Larry Kilgallen, LJK Software) writes: > I am not convinced that is true for "all Ada compilers". I cannot think > of a reason why it should be true for DEC Ada, and looking at the Run-Time > Reference Manual for running on VMS, I do not see such a restriction in > the chapter on mixed language programming. (The Run-Time library for > DEC Ada is included by the linker, regardless of the language for the > main program.) > If anyone knows of a failure of this sort for DEC Ada running on VMS, > I would be interested to hear about it. DEC made the decision to build the DEC Ada run-time into VMS, so that Ada programs do not pay a large penalty and can be freely mixed with other DEC supported languages. They might have decided to do it otherwise had they no already integrated PL/I in the same way. -- Robert I. Eachus with Standard_Disclaimer; use Standard_Disclaimer; function Message (Text: in Clever_Ideas) return Better_Ideas is...