Xref: utzoo comp.lang.c++:13466 comp.lang.c:39300 Newsgroups: comp.lang.c++,comp.lang.c Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!csus.edu!beach.csulb.edu!sichermn From: sichermn@beach.csulb.edu (Jeff Sicherman) Subject: Borland C products and MS Fortran Message-ID: <1991May15.210252.12062@beach.csulb.edu> Organization: Cal State Long Beach Date: Wed, 15 May 1991 21:02:52 GMT Microsoft Fortran supports interlanguage calling to their C and Pascal (and assembler, of course) through use of interface statements and declaration attributes. Do the object module formats and calling conventions of Boralnd's C products permit linking the object files in the same manner. I assume this is equiavalent to asking if the Borland C compilers can produce MS compatible object modules for linking together. Jeff Sicherman