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.
