07 2018 档案
摘要:#include "stdafx.h" #include <iostream> #include <windows.h> #include <comdef.h> #include <exdisp.h> #include <oledlg.h> using namespace std; // Const
阅读全文
摘要:#include <comdef.h> #include <comutil.h> #pragma comment(lib,"comsuppw.lib") _bstr_t b = bstrText; char* lpszText2 = b;
阅读全文
摘要:static char* MBSCToCEF(const char* mbcsStr) { wchar_t* wideStr; char* utf8Str; int charLen; charLen = MultiByteToWideChar(CP_UTF8, 0, mbcsStr, -1, NUL
阅读全文
摘要:加入了DirectShow的基类链接库后,如果此时编译就会出现以下编译错误: strmbasd.lib(wxutil.obj) : error LNK2019: 无法解析的外部符号 __imp__timeGetTime@0 strmbasd.lib(wxutil.obj) : error LNK20
阅读全文