Xref: utzoo comp.os.vms:17320 comp.sys.dec:1763 Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!rochester!rit!ultb!ecldco From: ecldco@ultb.UUCP (E.C. Loyd) Newsgroups: comp.os.vms,comp.sys.dec Subject: Re: RTL+System Routine Definitions Wanted Message-ID: <1200@ultb.UUCP> Date: 1 Sep 89 08:03:35 GMT References: <2648@iitmax.IIT.EDU> Reply-To: ecldco@ultb.UUCP (E.C. Loyd) Followup-To: comp.os.vms Organization: Rochester Institute of Technology, Information Systems Lines: 28 If all you're interested in is Pascal headers for things, look in SYS$LIBRAY:PASCAL$XXX_ROUTINES.PAS They exist on V5.- machines (or at least, they should) and they also have the cooresponding environment file (so you can do something like: [inherit ('SYS$LIBRARY:PASCAL$LIB_ROUTINES.PEN')] PROGRAM TOM; . . . BEGIN . . END. or whatever RTL you'd like. As for everything else, you can use these as your base, and write your own, or, most intelligent languages on VMS, at least, look for the explicitly for unresolved references in compiling. you should have to do much work. -- ECLDCO@RITVAXC.bitnet ECL6895@RITVAXC.bitnet ECLDCO@ultb.isc.rit.edu ECL6895@ultb.isc.rit.edu Eric Loyd's the name, Data Center Operations is the game. Opinions and irrational outbursts are MY pride and joy. Not my employer's.