I tried to compile WinHTTrackIEBar using Visual C++ 2003. It has the following
problems:
WinHTTrackIEBar error LNK2019: unresolved external symbol "char * __stdcall
_com_util::ConvertBSTRToString(unsigned short *)"
(?ConvertBSTRToString@_com_util@@YGPADPAG@Z) referenced in function "public:
char const * __thiscall _bstr_t::Data_t::GetString(void)const "
(?GetString@Data_t@_bstr_t@@QBEPBDXZ)
WinHTTrackIEBar error LNK2019: unresolved external symbol "unsigned short *
__stdcall _com_util::ConvertStringToBSTR(char const *)"
(?ConvertStringToBSTR@_com_util@@YGPAGPBD@Z) referenced in function "public:
__thiscall _bstr_t::Data_t::Data_t(char const *)"
(??0Data_t@_bstr_t@@QAE@PBD@Z)
WinHTTrackIEBar error LNK2019: unresolved external symbol "void __stdcall
_com_issue_error(long)" (?_com_issue_error@@YGXJ@Z) referenced in function
"public: __thiscall _bstr_t::_bstr_t(char const *)" (??0_bstr_t@@QAE@PBD@Z)
WinHTTrackIEBar warning LNK4222: exported symbol 'DllCanUnloadNow' should not
be assigned an ordinal
WinHTTrackIEBar warning LNK4222: exported symbol 'DllGetClassObject' should
not be assigned an ordinal
WinHTTrackIEBar warning LNK4222: exported symbol 'DllRegisterServer' should
not be assigned an ordinal
WinHTTrackIEBar warning LNK4222: exported symbol 'DllUnregisterServer' should
not be assigned an ordinal
Can anyone tell me what to do?
Thank you very much for your help.
|