Subj : Help Linking a DLL including an obj file with XML calls. To : borland.public.cpp.borlandcpp From : Carlos Botto Date : Tue Feb 22 2005 03:17 pm Hi, I'm using Borland C++ 6.0 Professional. I'm building a DLL library and one of the obj file (Child.obj) that I included has a couple of methods to read and write XML files. That unit compiled and linked well, but when I'm building the DLL I'm getting the following errors in the linking process: [Linker Error] Unresolved external '__fastcall Xmldoc::TXMLDocument::LoadFromFile(const System::WideString)' referenced from Z:\GRAPH ENVIRONMENT\OBJECT\CHILD.OBJ [Linker Error] Unresolved external '__fastcall Xmldoc::TXMLDocument::GetDocumentElement()' referenced from Z:\GRAPH ENVIRONMENT\OBJECT\CHILD.OBJ [Linker Error] Unresolved external 'Xmldoc::TXMLDocument::' referenced from Z:\GRAPH ENVIRONMENT\OBJECT\CHILD.OBJ The DomVendor property in the TXMLDocument is set to MSXML. I already tried including the msxml.lib in the dll project. Any ideas? Thank you Carlos .