Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!shelby!agate!ucbvax!VMTECSLP.BITNET!AL281785 From: AL281785@VMTECSLP.BITNET Newsgroups: comp.lang.modula2 Subject: (none) Message-ID: Date: 21 Feb 91 17:23:15 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: Modula2 List Organization: The Internet Lines: 8 answering the question of L. M. Orta, you must check the calling convention switch (Compiler-Code generation-Calling convention). Check too that the calls been far (remember that the calls in modula-2 are allways far). Then you have to create the definition file (you have to write the procedure parameters in the same order that the source in C). P. S. Remember that now we have the Top Speed C.