[396] in java-interest

home help back first fref pref prev next nref lref last post

Re: Java and C++

daemon@ATHENA.MIT.EDU (Michael Lorton)
Mon Jun 19 20:05:32 1995

Date: Mon, 19 Jun 1995 16:41:38 -0700
From: Michael Lorton <mlorton@eshop.com>
To: weilerj@std.teradyne.com
Cc: java-interest@java.sun.com, sandersd@std.teradyne.com,
        craigr@std.teradyne.com, weilerj@std.teradyne.com
In-Reply-To: Jason Weiler's message of Mon, 19 Jun 1995 16:15:19 -0700 <9506192315.AA15443@fudd.std.teradyne.com>


> I've heard that it may be because C++ is mutilating the function names in the 
> library to deal with overloading and such, is there a way I can get at the exact
> function names as they appear in the library?

Well, if you must you can use the "nm" program on most Unix systems.
Better to declare the function as 'extern "C" ', which prevent
"mutilation".

M.
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post