Is there a static library version of Xerces?
I would like to write a C++ program that can parse XML and I'm using Xerces to do it. However, it seems that it's only available as a DLL. Is there any way to statically link against the Xerces library?
Thank you...
|