Hi:
What library(s) need to be linked in order to avoid
LNK2019 unresolved external symbol "void_stdcall _com_issue_error(long)"
LNK2019 unresolved external symbol "unsigned short * _stdcall _com_util::ConvertStringToBSTR(char const *)"
LNK2019 unresolved external symbol _imp_SysFreeString@4 referenced in function "private: void_thiscall _bstr_t:ata_t::Free(void)"
I did include comutil.h.
When compiling/linking:
_bstr_t strVal(vendorData);
Thanks Very Much,
Doug Cabell
What library(s) need to be linked in order to avoid
LNK2019 unresolved external symbol "void_stdcall _com_issue_error(long)"
LNK2019 unresolved external symbol "unsigned short * _stdcall _com_util::ConvertStringToBSTR(char const *)"
LNK2019 unresolved external symbol _imp_SysFreeString@4 referenced in function "private: void_thiscall _bstr_t:ata_t::Free(void)"
I did include comutil.h.
When compiling/linking:
_bstr_t strVal(vendorData);
Thanks Very Much,
Doug Cabell