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 funct
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 th