On Tue, Jul 20, 2010 at 7:33 AM, Patrick Heckeler
<[email protected]> wrote:
> Is there any other possibility to wrap C++ functions?

Well, you could use extern "C" on that one function to disable the mangling,
but you already knew that.
(And it won't work if you have several functions with the same name but
different signatures.)
- Dan

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to