Dear Wolfgang,
Unfortunatelly, the xerces library is present in my project.
I even use some other function of it. The problem seems to be only with the static member functions.
Heitor
[EMAIL PROTECTED] wrote:
I am trying to build a dll that uses xalan functions, but when MSVC tries to link it complains about
linking the xalan's static member functions. How can I solve it ?
It seems that the missing symbols are all from xerces. So you probably forgot to link against the xerces library.
Hope that helps
Wolfgang
