Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!samsung!olivea!apple!netcom!aed From: aed@netcom.COM (Andrew Davidson) Newsgroups: comp.lang.c++ Subject: name mangling and dynamic linking Message-ID: <1991Apr1.165144.3011@netcom.COM> Date: 1 Apr 91 16:51:44 GMT Organization: Netcom - Online Communication Services UNIX System {408 241-9760 guest} Lines: 19 Hi I have been building some proto types in c++ that take advantage of true dynamic linking and loading. One of the problems I found in that I am required to know the symbol name of the function. In C this is no problem as the function int f(int) has the symbol name _f. Since C++ mangles function names this in not the case. I know that I can get the name mangling stuff from gnu g++, but am I guaranted that all c++ compilers will mangle the same way? thanks in advance Andy -- ----------------------------------------------------------------- "bede-bede-bede Thats all Folks" Porky Pig Andy Davidson Woodside CA. aed@netcom.COM -----------------------------------------------------------------