Title: Static Linking

        How can I statically link Xerces in my app? I'm using VC++ 6. I've tried to remove xerces.lib file from Object/library modules list (Project | Settings... | Linktab) of my project and to add path to Xerces *.obj files in Tools | Options... | Directories tab. But still I got a lot of "unresolved external symbol" linker errors.

Thank you.

Reply via email to