Unless you've built a static library, you'll need the DLL at runtime. It sounds like the library you're linking against is an import library, which is just a collection of stub routines, not the actual Xerces code.
I think the process of building a static library for Windows has been discussed before. Take a look in the mailing list archives for information if you must link statically. > -----Original Message----- > From: Hua-Ying Ling [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 26, 2004 2:44 PM > To: xerces > Subject: Statically linking Xerces > > Hi, > > I'm trying to statically link Xerces by linking in the libraries in > xml4c5_4_0-windows_nt-msvc_60\lib but when I run my application it > still asks for the .dll libraries. Is there something I'm missing? > > Thanks > Hua-Ying --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]