Click here to Skip to main content
15,898,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
JokeRe: ? Pin
Rajesh R Subramanian30-Jul-08 23:55
professionalRajesh R Subramanian30-Jul-08 23:55 
AnswerRe: Convert BSTR to Const char* Pin
Naveen22-Jul-08 23:47
Naveen22-Jul-08 23:47 
GeneralOT Pin
CPallini23-Jul-08 0:13
mveCPallini23-Jul-08 0:13 
GeneralRe: OT Pin
Naveen23-Jul-08 0:15
Naveen23-Jul-08 0:15 
QuestionHow to draw images on a Control dialog bar on LEft side of the MainFrame. Pin
pallaka22-Jul-08 21:21
pallaka22-Jul-08 21:21 
AnswerRe: How to draw images on a Control dialog bar on LEft side of the MainFrame. Pin
kDevloper22-Jul-08 23:37
kDevloper22-Jul-08 23:37 
QuestionRe: How to draw images on a Control dialog bar on LEft side of the MainFrame. Pin
Mark Salsbery23-Jul-08 6:36
Mark Salsbery23-Jul-08 6:36 
QuestionGSOAP question Pin
monsieur_jj22-Jul-08 21:21
monsieur_jj22-Jul-08 21:21 
Hi all,

I read this article by Dr. Luigi: http://www.codeproject.com/KB/webservices/CurrencyConvertor.aspx[^] I used my own wsdl file to produce the headers and cpp files I may need. After following the instructions and applying it to my project i got this error at build:


1>UpdateServiceModule.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static void __cdecl xercesc_2_7::XMLPlatformUtils::Initialize(char const * const,char const * const,class xercesc_2_7::PanicHandler * const,class xercesc_2_7::MemoryManager * const,bool)" (__imp_?Initialize@XMLPlatformUtils@xercesc_2_7@@SAXQBD0QAVPanicHandler@2@QAVMemoryManager@2@_N@Z) referenced in function "public: long __thiscall redmap::CUpdateServiceModule::PreMessageLoop(int)" (?PreMessageLoop@CUpdateServiceModule@redmap@@QAEJH@Z)
1>UpdateServiceModule.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static char const * const xercesc_2_7::XMLUni::fgXercescDefaultLocale" (__imp_?fgXercescDefaultLocale@XMLUni@xercesc_2_7@@2QBDB)
1>UpdateServiceModule.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static void __cdecl xercesc_2_7::XMLPlatformUtils::Terminate(void)" (__imp_?Terminate@XMLPlatformUtils@xercesc_2_7@@SAXXZ) referenced in function "public: long __thiscall redmap::CUpdateServiceModule::PostMessageLoop(void)" (?PostMessageLoop@CUpdateServiceModule@redmap@@QAEJXZ)
1>xmldata.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall xercesc_2_7::XercesDOMParser::XercesDOMParser(class xercesc_2_7::XMLValidator * const,class xercesc_2_7::MemoryManager * const,class xercesc_2_7::XMLGrammarPool * const)" (__imp_??0XercesDOMParser@xercesc_2_7@@QAE@QAVXMLValidator@1@QAVMemoryManager@1@QAVXMLGrammarPool@1@@Z) referenced in function "public: __thiscall redmap::xml::XmlFile::XmlFile(void)" (??0XmlFile@xml@redmap@@QAE@XZ)
1>xmldata.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class xercesc_2_7::MemoryManager * xercesc_2_7::XMLPlatformUtils::fgMemoryManager" (__imp_?fgMemoryManager@XMLPlatformUtils@xercesc_2_7@@2PAVMemoryManager@2@A)
1>xmldata.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall xercesc_2_7::XercesDOMParser::~XercesDOMParser(void)" (__imp_??1XercesDOMParser@xercesc_2_7@@UAE@XZ) referenced in function "public: __thiscall redmap::xml::XmlFile::~XmlFile(void)" (??1XmlFile@xml@redmap@@QAE@XZ)
1>xmldata.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class xercesc_2_7::DOMDocument * __thiscall xercesc_2_7::AbstractDOMParser::getDocument(void)" (__imp_?getDocument@AbstractDOMParser@xercesc_2_7@@QAEPAVDOMDocument@2@XZ) referenced in function "public: bool __thiscall redmap::xml::XmlFile::Open(wchar_t const *,wchar_t const *)" (?Open@XmlFile@xml@redmap@@QAE_NPB_W0@Z)
1>xmldata.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall xercesc_2_7::AbstractDOMParser::parse(wchar_t const * const)" (__imp_?parse@AbstractDOMParser@xercesc_2_7@@QAEXQB_W@Z) referenced in function "public: bool __thiscall redmap::xml::XmlFile::Open(wchar_t const *,wchar_t const *)" (?Open@XmlFile@xml@redmap@@QAE_NPB_W0@Z)
1>xmldata.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class xercesc_2_7::DOMImplementation * __cdecl xercesc_2_7::DOMImplementationRegistry::getDOMImplementation(wchar_t const *)" (__imp_?getDOMImplementation@DOMImplementationRegistry@xercesc_2_7@@SAPAVDOMImplementation@2@PB_W@Z) referenced in function "public: bool __thiscall redmap::xml::XmlFile::Create(wchar_t const *)" (?Create@XmlFile@xml@redmap@@QAE_NPB_W@Z)
1>xmldata.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall xercesc_2_7::LocalFileFormatTarget::~LocalFileFormatTarget(void)" (__imp_??1LocalFileFormatTarget@xercesc_2_7@@UAE@XZ) referenced in function "public: bool __thiscall redmap::xml::XmlFile::Save(wchar_t const *)" (?Save@XmlFile@xml@redmap@@QAE_NPB_W@Z)
1>xmldata.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall xercesc_2_7::LocalFileFormatTarget::LocalFileFormatTarget(wchar_t const * const,class xercesc_2_7::MemoryManager * const)" (__imp_??0LocalFileFormatTarget@xercesc_2_7@@QAE@QB_WQAVMemoryManager@1@@Z) referenced in function "public: bool __thiscall redmap::xml::XmlFile::Save(wchar_t const *)" (?Save@XmlFile@xml@redmap@@QAE_NPB_W@Z)
1>xmldata.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall xercesc_2_7::XercesDOMParser::resetDocumentPool(void)" (__imp_?resetDocumentPool@XercesDOMParser@xercesc_2_7@@QAEXXZ) referenced in function "public: void __thiscall redmap::xml::XmlFile::Close(void)" (?Close@XmlFile@xml@redmap@@QAEXXZ)
1>D:\SVN\Licensin System\Work Package\UpdateManager\Debug\UpdateService.exe : fatal error LNK1120: 12 unresolved externals


Can anyone please help me understand this?

thanks,
Jayjay
AnswerRe: GSOAP question Pin
Cedric Moonen22-Jul-08 21:27
Cedric Moonen22-Jul-08 21:27 
GeneralRe: GSOAP question Pin
monsieur_jj22-Jul-08 21:28
monsieur_jj22-Jul-08 21:28 
QuestionRe: GSOAP question Pin
CPallini22-Jul-08 21:34
mveCPallini22-Jul-08 21:34 
QuestionHow to draw dynamically buttons on a Control dialog bar on LEft side of the MainFrame. Pin
pallaka22-Jul-08 21:20
pallaka22-Jul-08 21:20 
AnswerRe: How to draw dynamically buttons on a Control dialog bar on LEft side of the MainFrame. Pin
Cedric Moonen22-Jul-08 21:25
Cedric Moonen22-Jul-08 21:25 
Questionstring and wstring Pin
CodingLover22-Jul-08 21:02
CodingLover22-Jul-08 21:02 
AnswerRe: string and wstring Pin
Naveen22-Jul-08 21:15
Naveen22-Jul-08 21:15 
GeneralRe: string and wstring Pin
CodingLover22-Jul-08 21:19
CodingLover22-Jul-08 21:19 
GeneralRe: string and wstring Pin
Rajesh R Subramanian22-Jul-08 21:20
professionalRajesh R Subramanian22-Jul-08 21:20 
GeneralRe: string and wstring Pin
Naveen22-Jul-08 21:37
Naveen22-Jul-08 21:37 
GeneralRe: string and wstring Pin
Rajesh R Subramanian22-Jul-08 23:03
professionalRajesh R Subramanian22-Jul-08 23:03 
QuestionRe: string and wstring Pin
CodingLover22-Jul-08 23:03
CodingLover22-Jul-08 23:03 
AnswerRe: string and wstring Pin
Rajesh R Subramanian22-Jul-08 23:05
professionalRajesh R Subramanian22-Jul-08 23:05 
Questionc2120 error Pin
subramanyeswari22-Jul-08 20:49
subramanyeswari22-Jul-08 20:49 
AnswerRe: c2120 error Pin
Naveen22-Jul-08 20:55
Naveen22-Jul-08 20:55 
GeneralRe: c2120 error Pin
subramanyeswari22-Jul-08 21:42
subramanyeswari22-Jul-08 21:42 
QuestionRe: c2120 error Pin
David Crow23-Jul-08 3:40
David Crow23-Jul-08 3:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.