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_20,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!usc-isif.arpa!JMUNGLE From: JMUNGLE@USC-ISIF.ARPA (Jerry Mungle) Newsgroups: net.lang.ada Subject: Mixing Ada and Pascal (VAX system) Message-ID: <8603132226.AA03708@ucbvax.berkeley.edu> Date: Thu, 13-Mar-86 17:04:37 EST Article-I.D.: ucbvax.8603132226.AA03708 Posted: Thu Mar 13 17:04:37 1986 Date-Received: Sat, 15-Mar-86 19:03:58 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet List-Id: We are currently transfering programs from Pascal to Ada. Some of the Pascal programs are moderate size, and extend over several source files. So, we have replaced the source files one by one - being in the VAX environment, one is supposed to be able to do things such as that (makes up for using VMS :-). However, there seems to be a problem using access types (pointers) and discriminant records (variant records). The access type variables don't point to the proper places. Has anyone else tried this?? Any suggestions?? ADVthanksANCE !!!! -------