Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!husc6!cmcl2!brl-adm!adm!WYLER@C.CS.CMU.EDU From: WYLER@C.CS.CMU.EDU (Oswald Wyler) Newsgroups: comp.lang.pascal Subject: Multiprecision integer routines for PC Pascal Message-ID: <8160@brl-adm.ARPA> Date: Sat, 4-Jul-87 18:29:00 EDT Article-I.D.: brl-adm.8160 Posted: Sat Jul 4 18:29:00 1987 Date-Received: Sun, 5-Jul-87 00:18:41 EDT Sender: news@brl-adm.ARPA Lines: 9 Since I find it intolerable not to be able to do 200*200 in Pascal, I am writing procedures for multiprecision integers, to be used as external procedures in Pascal programs. Two questions: 1. Does this already exist somewhere? 2. My code is geared to Turbo Pascal, I would like them to work for MS Pascal as well. Are the conventions for parameter passing, for calling procedures in an external library, and for linking such a library when compiling a program, the same for MS Pascal? Any help will be appreciated. Oswald Wyler [Wyler@c.cs.cmu.edu]