Hi, Im writing an API over xerces C++, using Borland C++ on windows NT, Im facing a critical problem.. Im able to create a .OBJ file but unable to create a .exe... the file name is Hello.cpp, I have already added the Xerces Dll's into the Path environment, The ERROR stack is Error: Unresolved external 'XMLException::~XMLException()' referenced from E:\PROJECT\BORLAND\BCC55\EXAMPLES\HELLO.OBJ Error: Unresolved external 'DOMParser::~DOMParser()' referenced from E:\PROJECT\BORLAND\BCC55\EXAMPLES\HELLO.OBJ Error: Unresolved external 'DOM_Node::~DOM_Node()' referenced from E:\PROJECT\BORLAND\BCC55\EXAMPLES\HELLO.OBJ Error: Unresolved external 'DOM_Document::~DOM_Document()' referenced from E:\PROJECT\BORLAND\BCC55\EXAMPLES\HELLO.OBJ Error: Unresolved external 'XMLPlatformUtils::Initialize()' referenced from E:\PROJECT\BORLAND\BCC55\EXAMPLES\HELLO.OBJ Error: Unresolved external 'DOMParser::DOMParser(XMLValidator * const)' referenced from E:\PROJECT\BORLAND\BCC55\EXAMPLES\HELLO.OBJ Can anybody help me in this matter regards Prasanna _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
