On 3/9/2011 8:57 AM, kismeter wrote:
On Mar 8, 10:44 pm, Joerie de Gram<j.de.g...@gmail.com>  wrote:
You can use c++filt to demangle C++ symbol names. The method you're
looking for is android::createOMXPlugin().

Joerie
thanks
but why add "_ZN7*" or when add "_ZN"

You should never be declaring anything in such a manner. You should be compiling your code as C++. The easiest way to accomplish that is by using a filename extension of .cpp instead of .c.

--
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to