Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!cmcl2!husc6!mit-eddie!ll-xn!ames!ucbcad!ucbvax!NMSUVM1.BITNET!MCSMAL From: MCSMAL@NMSUVM1.BITNET.UUCP Newsgroups: comp.lang.modula2 Subject: (none) Message-ID:Date: Mon, 7-Dec-87 19:54:26 EST Article-I.D.: UCF1VM.INFO-M2%87120718485852 Posted: Mon Dec 7 19:54:26 1987 Date-Received: Sat, 12-Dec-87 19:11:07 EST Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: Info-Modula2 Distribution List Organization: The ARPA Internet Lines: 14 I have the Microbotics Multifunction module and the 68881 coprocessor for my Amiga. I have been trying to access the 2 IEEE libraries (supplied by Microbotics) from Benchmark Modula-2. I have written modules in both Modula-2 and Assembly that attempt to call these library routines, but my code seems to guru every time I attempt to open the library with an OpenLibrary call. I am a fairly experienced Modula-2 programmer, but programming on the Amiga is fairly new to me. Can anyone give me a clue as to what I might be doing wrong? I have noticed that none of the supplied sample programs open libraries, so I assume libraries are being opened automatically by appropriate modules, but how can I access a library that is not supported by Benchmark? Is this easier to do with TDI or the new Modula-2 (M2Amiga) I keep reading more and more about? Any ideas anyone can give me would be greatly appreciated.