Path: utzoo!attcan!uunet!samsung!think!ames!pacbell!att!watmath!maytag!watstat!dmurdoch From: dmurdoch@watstat.waterloo.edu (Duncan Murdoch) Newsgroups: comp.lang.pascal Subject: Re: EXTERNAL FORTRAN Message-ID: <880@maytag.waterloo.edu> Date: 21 Nov 89 16:56:26 GMT References: <107.2567BD58@uscacm.UUCP> Sender: daemon@maytag.waterloo.edu Reply-To: dmurdoch@watstat.waterloo.edu (Duncan Murdoch) Organization: U. of Waterloo, Ontario Lines: 18 In article <107.2567BD58@uscacm.UUCP> Ron.Pritchett@uscacm.UUCP (Ron Pritchett) writes: >Duncan, > would this unit work for a F77 program that has to have a special .LIB >file linked into it? Yes, as long as it's MS Fortran (or compatible). It works by linking all the Fortran routines into an executable, running the executable under TP to get them loaded, then sneaking in and finding all the addresses. There are some things that won't work (e.g. I/O), but numerical stuff is fine. In fact, I wrote it so I could use NAG's PC library (.LIB only) from TP. (I've sent you a copy by mail, but my first try bounced. If you don't get it, please send me an Internet style address.) Duncan Murdoch dmurdoch@watstat.waterloo.edu