Re: Problem loading c++ library
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Problem loading c++ library
- From: Alex Sandro Queiroz e Silva <ventonegro@...>
- Date: 2003年9月25日 11:09:38 -0300
Hallo,
Luis Carvalho wrote:
Hi guys,
I'm having some trouble loading a c++ library with loadlib. Suppose I
have a file lfoo.cc:
C++ symbols are usually mangled with strange names, maybe you are
trying to load the wrong name?
-alex