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

2005-08-16 Thread thomas.hawker
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

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

2005-08-16 Thread Vijai Kalyan
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