#include <comutil.h>
然后调用_com_util::ConvertBSTRToString提示如下错误:
error LNK2019: unresolved external symbol "char * __stdcall _com_util::ConvertBSTRToString 。。。。
怎么回事那?
【解决方法】
#pragma comment(lib, "comsuppw.lib")
#include <comutil.h>
然后调用_com_util::ConvertBSTRToString提示如下错误:
error LNK2019: unresolved external symbol "char * __stdcall _com_util::ConvertBSTRToString 。。。。
怎么回事那?
【解决方法】
#pragma comment(lib, "comsuppw.lib")