You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-user@logging.apache.org by Vijai Kalyan <vi...@gmail.com> on 2005/08/17 05:08:02 UTC

Unresolved Externals when calling logging methods from extern "C" function.

Hello,

I am writing a dynamic library that needs to have its exported
functions declared with the C calling convention. I am getting
unresolved externals for the log4cxx methods/functions which are used
in these functions. The unresolved symbols seem to be mangled names
which is why I am posing this question: Is my problem really due to
the calling convention?

thanks,

-vijai.