From: <web...@sa...> - 2005-11-19 22:07:28
|
Hi, I'm just trying to do a quick build on unmodified code before really playing with anything and I can't get Visual C++ to do it. I've done some google searches and have found a number of reasons for the LNK2019, but none of them helped me. Anyone have any clues? Thanks, Howard ------ Build started: Project: at, Configuration: Debug Win32 ------ Linking... quickfix.lib(MSXML_DOMDocument.obj) : error LNK2019: unresolved external symbol "wchar_t * __stdcall _com_util::ConvertStringToBSTR(char const *)" (?ConvertStringToBSTR@_com_util@@YGPA_WPBD@Z) referenced in function "public: __thiscall _bstr_t::Data_t::Data_t(char const *)" (??0Data_t@_bstr_t@@QAE@PBD@Z) quickfix.lib(MSXML_DOMDocument.obj) : error LNK2019: unresolved external symbol "char * __stdcall _com_util::ConvertBSTRToString(wchar_t *)" (?ConvertBSTRToString@_com_util@@YGPADPA_W@Z) referenced in function "public: char const * __thiscall _bstr_t::Data_t::GetString(void)const " (?GetString@Data_t@_bstr_t@@QBEPBDXZ) bin\debug\at.exe : fatal error LNK1120: 2 unresolved externals Build log was saved at "file://c:\Documents and Settings\Compaq_Owner\Desktop\quickfix-1.10.2\quickfix\Debug\BuildLog.htm" at - 3 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 1 up-to-date, 0 skipped ========== |