Path: utzoo!utgpu!watserv1!watmath!att!occrsh!uokmax!apple!julius.cs.uiuc.edu!wuarchive!zaphod.mps.ohio-state.edu!samsung!cs.utexas.edu!ntvaxb!anto From: anto@vaxb.acs.unt.edu Newsgroups: comp.lang.c++ Subject: RE: C/C++ link in TC++ Message-ID: <34305.26ecdc20@vaxb.acs.unt.edu> Date: 11 Sep 90 12:44:16 GMT References: <4800101@m.cs.uiuc.edu> Lines: 18 In article <4800101@m.cs.uiuc.edu>, reed@m.cs.uiuc.edu writes: > I've been trying to link C object modules with C++, both created [... Stuff deleted ...] > ================================ x.cpp ======================= > #include > > extern void try(int x); Try: extern "C" void try(int x); Hope this helps. Anto. // no signature yet 8)